Merge "Remove 'openstack-' prefix in service name"

This commit is contained in:
Jenkins 2014-02-24 11:59:49 +00:00 committed by Gerrit Code Review
commit 46950954de
2 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ DESC="murano-api"
NAME=murano-api
DAEMON=$(which murano-api)
PIDFILE=/var/run/murano/$NAME.pid
SCRIPTNAME=/etc/init.d/openstack-$NAME
SCRIPTNAME=/etc/init.d/$NAME
SYSTEM_USER=murano
CONFIG_FILE=/etc/murano/murano-api.conf
# Exit if the package is not installed
@ -102,3 +102,4 @@ case "$1" in
exit 3
;;
esac

View File

@ -32,7 +32,7 @@ DESC="murano-api"
NAME=murano-api
DAEMON=$(which murano-api)
PIDFILE=/var/run/murano/$NAME.pid
SCRIPTNAME=/etc/init.d/openstack-$NAME
SCRIPTNAME=/etc/init.d/$NAME
SYSTEM_USER=murano
CONFIG_FILE=/etc/murano/murano-api.conf
LOCKFILE=/var/lock/subsys/$NAME
@ -99,4 +99,5 @@ case "$1" in
echo $"Usage: $0 {start|stop|status|restart}"
exit 2
esac
exit $?
exit $?