blob: 410a68372d858ce0a2a80568542a82ec04787d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
|