Skip to content

Commit

Permalink
Merge pull request #521 from buildkite/prevent-systemd-from-killing-b…
Browse files Browse the repository at this point in the history
…ootstrap

Prevent systemd from killing agent process group
  • Loading branch information
lox committed Jan 25, 2019
2 parents 64424ce + 7ae5e4b commit b090ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packer/conf/buildkite-agent/systemd/buildkite-agent@.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Environment="USER=buildkite-agent"
ExecStart=/usr/bin/buildkite-agent start
RestartSec=5
Restart=on-failure
TimeoutSec=10
TimeoutStartSec=10
TimeoutStopSec=infinity
KillMode=process

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit b090ac8

Please sign in to comment.