Merge "Remove 'openstack-' prefix in service name"
This commit is contained in:
commit
46950954de
@ -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
|
||||
|
||||
|
@ -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 $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user