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
12 lines
184 B
SYSTEMD
12 lines
184 B
SYSTEMD
[Unit]
|
|
Description=LVM2 D-Bus service
|
|
Documentation=man:lvmdbusd(8)
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.redhat.lvmdbus1
|
|
ExecStart=@SBINDIR@/lvmdbusd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|