diff --git a/share/pkgs/Debian/opennebula-novnc b/share/pkgs/Debian/opennebula-novnc index 7c773d1c09..f583a5fe1c 100755 --- a/share/pkgs/Debian/opennebula-novnc +++ b/share/pkgs/Debian/opennebula-novnc @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="OpenNebula novnc server" -NAME=opennebula-novnc +NAME=novnc-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/novnc-server +SCRIPTNAME=/etc/init.d/opennebula-novnc # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 diff --git a/share/pkgs/Ubuntu/opennebula-novnc b/share/pkgs/Ubuntu/opennebula-novnc index 7c773d1c09..f583a5fe1c 100644 --- a/share/pkgs/Ubuntu/opennebula-novnc +++ b/share/pkgs/Ubuntu/opennebula-novnc @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="OpenNebula novnc server" -NAME=opennebula-novnc +NAME=novnc-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/novnc-server +SCRIPTNAME=/etc/init.d/opennebula-novnc # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0