Skip to content

Commit 132ac63

Browse files
author
Lachlan Donald
authored
Merge pull request #622 from buildkite/set-systemd-unit-timeout-to-infinity
Prevent the agent from terminating immediately on stop
2 parents 4014c4e + 3328816 commit 132ac63

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)