hdhomerun: improve suspend/resume

This commit is contained in:
Stefan Saraev 2013-06-12 19:10:07 +03:00
parent fd8cc0a767
commit 63ac7688fe

View File

@ -31,7 +31,7 @@ case "$1" in
progress "Shutting down HDHomeRun driver for suspending..."
mkdir -p "$LOCKDIR"
touch "$LOCKFILE"
killall userhdhomerun
killall -9 userhdhomerun
fi
;;