summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-14 22:05:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-14 22:05:55 (GMT)
commit06782533e434604e68380275c404c95ff93acb56 (patch)
tree9aaad1df9dc8e3d8c5078b8d40819df0feb0590e /abs/core/runit-scripts/runitscripts
parent3d60136e45cf58da296f2c5472c4c0aae83f75f2 (diff)
downloadlinhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.zip
linhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.tar.gz
linhes_pkgbuild-06782533e434604e68380275c404c95ff93acb56.tar.bz2
runit-scripts: frontend finish: killall mythfrontend
this ensures that hung mythfrontends are killed
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/frontend/finish1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/finish b/abs/core/runit-scripts/runitscripts/services/frontend/finish
index a1db046..6bc324d 100755
--- a/abs/core/runit-scripts/runitscripts/services/frontend/finish
+++ b/abs/core/runit-scripts/runitscripts/services/frontend/finish
@@ -62,4 +62,5 @@ else
kill -9 $x1pid
fi
fi
+ killall -9 mythfrontend
fi