1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

initscripts: lvm2-monitor: use @DMEVENTD_PIDFILE@ instead of hardcoded /var/run/dmeventd.pid

This commit is contained in:
Peter Rajnoha 2015-02-27 15:48:10 +01:00
parent 57e9e76da4
commit e09f8a82f1

View File

@ -42,7 +42,7 @@ VGS=${sbindir}/vgs
LVS=${sbindir}/lvs LVS=${sbindir}/lvs
LOCK_FILE="/var/lock/subsys/$DAEMON" LOCK_FILE="/var/lock/subsys/$DAEMON"
PID_FILE="/var/run/dmeventd.pid" PID_FILE="@DMEVENTD_PIDFILE@"
WARN=1 WARN=1
export LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1 export LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1