fix(daemon): extend systemd service start timeout when pulling Docker image for corrosion service

This commit is contained in:
Pasha Sviderski
2026-07-10 20:42:27 +10:00
parent 054b3b8fd4
commit dc721e511e
2 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ Wants=network-online.target
[Service]
Type=notify
ExecStart=${INSTALL_BIN_DIR}/uncloudd
TimeoutStartSec=15
TimeoutStartSec=20
Restart=always
RestartSec=2