1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

setting the correct script path for opennebula sunstone initscript

This commit is contained in:
Arnold Bechtoldt 2014-05-01 21:36:53 +02:00
parent 4c23f50044
commit 5cb304f9ee
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Sunstone Web interface"
NAME=opennebula-sunstone
NAME=sunstone-server
DAEMON=/usr/bin/$NAME
DAEMON_ARGS=""
SCRIPTNAME=/etc/init.d/$NAME
SCRIPTNAME=/etc/init.d/opennebula-sunstone
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0

View File

@ -13,10 +13,10 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Sunstone Web interface"
NAME=opennebula-sunstone
NAME=sunstone-server
DAEMON=/usr/bin/$NAME
DAEMON_ARGS=""
SCRIPTNAME=/etc/init.d/$NAME
SCRIPTNAME=/etc/init.d/opennebula-sunstone
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0