mirror_corosync/init/corosync-notifyd.service.in
Ferenc Wágner 188f9bdb1e Send corosync-notifyd startup notification to systemd
Signed-off-by: Ferenc Wágner <wferi@debian.org>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
2017-11-09 09:50:32 +01:00

15 lines
314 B
SYSTEMD

[Unit]
Description=Corosync Dbus and snmp notifier
Documentation=man:corosync-notifyd
Requires=corosync.service
After=corosync.service
[Service]
EnvironmentFile=-@INITCONFIGDIR@/corosync-notifyd
ExecStart=@SBINDIR@/corosync-notifyd -f $OPTIONS
Type=notify
Restart=on-failure
[Install]
WantedBy=multi-user.target