Skip to content

Commit 030c4e4

Browse files
authored
Disable apt-daily.timer (#530)
1 parent e66811d commit 030c4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

task/common/machine/script.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ rclone copy "$RCLONE_REMOTE/data" /tmp/tpi-task
104104
105105
sudo systemctl daemon-reload
106106
sudo systemctl enable tpi-task.service --now
107+
sudo systemctl disable --now apt-daily.timer
107108
108109
while sleep 5; do
109110
test -n "$TPI_MACHINE_LOGS" && journalctl > "$TPI_LOG_DIRECTORY/machine-$TPI_MACHINE_IDENTITY"

0 commit comments

Comments
 (0)