Merge pull request #2612 from amiryal/patch-2
Systemd unit to use default KillSignal of SIGTERM
This commit is contained in:
commit
58a5c46037
|
@ -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