also kill 'hyperion-x11' processes

This commit is contained in:
Johannes Reichert 2019-12-04 12:53:00 +01:00
parent 7d5fe512d1
commit 75008d4a0d
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ SERVICEL="/usr/share/hyperion/services"
echo '---> Stop Hyperion, if necessary'
if [ $OS_OPENELEC -eq 1 ]; then
killall hyperiond 2>/dev/null
killall hyperion-x11 2>/dev/null
elif [ $USE_SYSTEMD -eq 1 ]; then
service hyperion stop 2>/dev/null
SERVICEP="/etc/systemd/system"

View File

@ -58,6 +58,7 @@ SERVICEC=1
echo '---> Stop Hyperion, if necessary'
if [ $OS_OPENELEC -eq 1 ]; then
killall hyperiond 2>/dev/null
killall hyperion-x11 2>/dev/null
elif [ $USE_SYSTEMD -eq 1 ]; then
systemctl stop hyperion 2>/dev/null
elif [ $USE_INITCTL -eq 1 ]; then