mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
added rmoval of pid file
SVN revision: 2409
This commit is contained in:
parent
9ea228ac3f
commit
de744227cf
@ -26,6 +26,10 @@ case "$1" in
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
if [ -f /var/run/elogd.pid ] ; then
|
||||
rm -f /var/lock/subsys/elogd
|
||||
rm -f /var/run/elogd.pid
|
||||
fi
|
||||
echo -n "Starting elogd: "
|
||||
@PREFIX@/sbin/elogd -D -c @PREFIX@/elog/elogd.cfg > /dev/null 2>&1
|
||||
RETVAL=$?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user