mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
d809fbb541
Replace lowercase @sbindir@ with @SBINDIR@ which contains fully decoded path. Same with @usrsbindir@ which is also used with clvmd and cmirrord. Also handle SYSCONFDIR for EnvironmentFile. Patch fixes generated unit files with strings like: ExecStart=${exec_prefix}/sbin/lvm
18 lines
461 B
SYSTEMD
18 lines
461 B
SYSTEMD
[Unit]
|
|
Description=Clustered LVM volumes activation service
|
|
Requires=lvm2-clvmd.service
|
|
After=lvm2-clvmd.service lvm2-cmirrord.service
|
|
OnFailure=lvm2-clvmd.service
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-@SYSCONFDIR@/sysconfig/clvmd
|
|
ExecStart=@systemdutildir@/lvm2-cluster-activation activate
|
|
ExecStop=@systemdutildir@/lvm2-cluster-activation deactivate
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|