Skip to content

Commit 3328816

Browse files
author
Lachlan Donald
committed
Prevent the agent from terminating immediately on stop
1 parent 8129341 commit 3328816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/conf/buildkite-agent/systemd/buildkite-agent.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RestartSec=5
1818
Restart=on-failure
1919
RestartForceExitStatus=SIGPIPE
2020
TimeoutStartSec=10
21-
TimeoutStopSec=0
21+
TimeoutStopSec=infinity
2222
KillMode=process
2323

2424
[Install]

0 commit comments

Comments
 (0)