CLOUDSTACK-6571 bugfix: 'service cloudstack-agent stop' fails to stop the process started on boot

This commit is contained in:
ynojima 2014-05-04 20:20:27 -06:00 committed by Daan Hoogland
parent b6b25b1ec6
commit 37bd82aa1e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# set environment variables
SHORTNAME=`basename $0`
SHORTNAME=$(basename $0 | sed -e 's/^[SK][0-9][0-9]//')
PIDFILE=/var/run/"$SHORTNAME".pid
LOCKFILE=/var/lock/subsys/"$SHORTNAME"
LOGDIR=/var/log/cloudstack/agent