Skip to content

Commit 22fa12b

Browse files
committed
Make systemctl stop wait 1 hour for the process to exit
1 parent 448e169 commit 22fa12b

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
@@ -16,7 +16,7 @@ RestartSec=5
1616
Restart=always
1717
RestartForceExitStatus=SIGPIPE
1818
TimeoutStartSec=10
19-
TimeoutStopSec=0
19+
TimeoutStopSec=3600
2020
KillMode=process
2121

2222
[Install]

0 commit comments

Comments
 (0)