Skip to content

Commit 33f5ecc

Browse files
committed
always respawn deb-delivered checkbox agents
1 parent 50e3f43 commit 33f5ecc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

metabox/metabox/core/machine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,8 @@ def get_setup_overlay_fs(self):
525525
[Service]
526526
ExecStart={cmd}
527527
SyslogIdentifier=overlay-checkbox.service
528-
Restart=on-failure
528+
Restart=always
529+
RestartSec=1
529530
TimeoutStopSec=30
530531
Type=simple
531532

0 commit comments

Comments
 (0)