Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian: tvheadend.init - add status, fixes #3208
  • Loading branch information
perexg committed Oct 26, 2015
1 parent ae1f123 commit 15698fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/tvheadend.init
Expand Up @@ -122,6 +122,9 @@ case "$1" in
;;
esac
;;
status)
status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
exit 3
Expand Down

0 comments on commit 15698fd

Please sign in to comment.