Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
also kill 'hyperion-x11' processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Reichert committed Dec 4, 2019
1 parent 7d5fe51 commit 75008d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/install_hyperion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions bin/remove_hyperion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75008d4

Please sign in to comment.