mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
18 lines
341 B
SYSTEMD
18 lines
341 B
SYSTEMD
[Unit]
|
|
Description=Clustered LVM mirror log daemon
|
|
Documentation=man:cmirrord(8)
|
|
Requires=corosync.service
|
|
After=corosync.service
|
|
Before=remote-fs.target
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@usrsbindir@/cmirrord
|
|
PIDFile=@CMIRRORD_PIDFILE@
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|