mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
554159d519
Do not use default dependencies that systemd adds to the units so we have better control of when the service is started/stopped and we don't end up with unexpected behaviour.
18 lines
338 B
SYSTEMD
18 lines
338 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=@sbindir@/cmirrord
|
|
PIDFile=@CMIRRORD_PIDFILE@
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|