mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-16 18:56:30 +00:00

Signed-off-by: Ferenc Wágner <wferi@debian.org> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
15 lines
314 B
SYSTEMD
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
|