Skip to content

Commit 97c944c

Browse files
author
Lachlan Donald
authored
Merge pull request #630 from buildkite/revert-622-set-systemd-unit-timeout-to-infinity
Revert "Prevent the agent from terminating immediately on stop"
2 parents 975aa15 + 294537d commit 97c944c

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=infinity
21+
TimeoutStopSec=0
2222
KillMode=process
2323

2424
[Install]

0 commit comments

Comments
 (0)