Add ExecReload stanza to systemd units files.

This is as per systemd documentation.
pull/1224/head
Roger A. Light 7 years ago
parent 12e5efbee2
commit e4db8707a6

@ -8,6 +8,7 @@ Wants=network-online.target
Type=notify
NotifyAccess=main
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]

@ -6,6 +6,7 @@ Wants=network-online.target
[Service]
ExecStart=/usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]

Loading…
Cancel
Save