Skip to content

Commit

Permalink
refactor: enforce KillSignal to SIGINT
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Oct 28, 2019
1 parent 59a3138 commit e0da360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/nomad_systemd.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ExecStart={{ nomad_bin_dir }}/nomad agent -config={{ nomad_config_dir }}

ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
KillSignal=SIGINT
Restart=on-failure
RestartSec=42s

Expand Down

0 comments on commit e0da360

Please sign in to comment.