mirror of https://github.com/hashicorp/consul
Merge pull request #2612 from amiryal/patch-2
Systemd unit to use default KillSignal of SIGTERMpull/2483/merge
commit
c09f8a7a69
|
@ -8,7 +8,6 @@ EnvironmentFile=-/etc/sysconfig/consul
|
|||
Restart=on-failure
|
||||
ExecStart=/usr/local/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/systemd/system/consul.d
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillSignal=SIGINT
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue