oscam: oscam.stop: send TERM signal, not KILL

This commit is contained in:
Stefan Saraev 2013-02-07 10:55:10 +02:00
parent adf452c234
commit 2b1b614564

View File

@ -30,6 +30,6 @@ mkdir -p "$LOCKDIR"
touch "$LOCKDIR/$LOCKFILE" touch "$LOCKDIR/$LOCKFILE"
if [ "$(pidof oscam)" ];then if [ "$(pidof oscam)" ];then
killall -9 oscam killall oscam
fi fi