Update install_hyperion.sh

This commit is contained in:
brindosch 2016-06-14 22:59:40 +02:00 committed by GitHub
parent 7ca14d92ce
commit ebd844c87e
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ elif [ $USE_SYSTEMD -eq 1 ]; then
elif [ $USE_SERVICE -eq 1 ]; then
echo '---> Installing startup script in init.d'
# place startup script in init.d and add it to upstart (-s to respect user modified scripts)
ln -s $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null ; chmod +x $SERVICEP/hyperion
cp $SERVICEL/hyperion.init.sh $SERVICEP/hyperion 2>/dev/null ; chmod +x $SERVICEP/hyperion
update-rc.d hyperion defaults 98 02
fi