Skip to content

Commit

Permalink
Merge pull request #4305 from insanejudge/systemd-killmode-patch-1
Browse files Browse the repository at this point in the history
set killmode/killsignal in systemd example
  • Loading branch information
dadgar authored May 21, 2018
2 parents 67f4325 + 9d9cd73 commit 56c5ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/systemd/nomad.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Description=Nomad
Documentation=https://nomadproject.io/docs/

[Service]
KillMode=process
KillSignal=SIGINT
ExecStart=/usr/bin/nomad agent -config /etc/nomad
ExecReload=/bin/kill -HUP $MAINPID
LimitNOFILE=65536
Expand Down

0 comments on commit 56c5ff0

Please sign in to comment.