mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-31 21:18:26 +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
19 lines
350 B
SYSTEMD
19 lines
350 B
SYSTEMD
[Unit]
|
|
Description=LVM2 metadata daemon
|
|
Documentation=man:lvmetad(8)
|
|
Requires=lvm2-lvmetad.socket
|
|
After=lvm2-lvmetad.socket
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
NonBlocking=true
|
|
ExecStart=@SBINDIR@/lvmetad -f
|
|
Environment=SD_ACTIVATION=1
|
|
Restart=on-abort
|
|
PIDFile=@LVMETAD_PIDFILE@
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|