We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt-daily.timer
1 parent e66811d commit 030c4e4Copy full SHA for 030c4e4
task/common/machine/script.go
@@ -104,6 +104,7 @@ rclone copy "$RCLONE_REMOTE/data" /tmp/tpi-task
104
105
sudo systemctl daemon-reload
106
sudo systemctl enable tpi-task.service --now
107
+sudo systemctl disable --now apt-daily.timer
108
109
while sleep 5; do
110
test -n "$TPI_MACHINE_LOGS" && journalctl > "$TPI_LOG_DIRECTORY/machine-$TPI_MACHINE_IDENTITY"
0 commit comments