/lib/systemd/system/lvm2-cmirrord.service is in clvm 2.02.168-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Clustered LVM mirror log daemon
Documentation=man:cmirrord(8)
Requires=corosync.service
After=corosync.service
Before=remote-fs-pre.target
DefaultDependencies=no
Conflicts=shutdown.target
[Service]
Type=forking
ExecStart=/sbin/cmirrord
PIDFile=/run/cmirrord.pid
Restart=on-abort
[Install]
WantedBy=multi-user.target
|