mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
systemd: clvmd and cmirrord systemd unit - use usrsbindir instead of sbindir
This commit is contained in:
parent
7639eae891
commit
4a52a9212c
@ -14,7 +14,7 @@ Conflicts=shutdown.target
|
||||
Type=forking
|
||||
Environment=CLVMD_OPTS=-T30
|
||||
EnvironmentFile=-@sysconfdir@/sysconfig/clvmd
|
||||
ExecStart=@sbindir@/clvmd $CLVMD_OPTS
|
||||
ExecStart=@usrsbindir@/clvmd $CLVMD_OPTS
|
||||
SuccessExitStatus=5
|
||||
TimeoutStartSec=30
|
||||
TimeoutStopSec=10
|
||||
|
@ -9,7 +9,7 @@ Conflicts=shutdown.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=@sbindir@/cmirrord
|
||||
ExecStart=@usrsbindir@/cmirrord
|
||||
PIDFile=@CMIRRORD_PIDFILE@
|
||||
Restart=on-abort
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user