tvheadend: use KILL signal to stop tvheadend

This commit is contained in:
Stefan Saraev 2012-04-08 16:41:57 +03:00
parent 1f2ee560cb
commit 5f7515664d

View File

@ -31,5 +31,5 @@ mkdir -p "$LOCKDIR"
touch "$LOCKDIR/$LOCKFILE" touch "$LOCKDIR/$LOCKFILE"
if [ "$(pidof $ADDON_BIN)" ];then if [ "$(pidof $ADDON_BIN)" ];then
killall $ADDON_BIN killall -9 $ADDON_BIN
fi fi