Merge remote-tracking branch 'shanlar/init' into develop

This commit is contained in:
rembo10
2014-02-27 18:02:48 -08:00

View File

@@ -196,9 +196,12 @@ case "$1" in
stop_headphones
start_headphones
;;
status)
status_of_proc -p "$PID_FILE" "$DAEMON" "$DESC"
;;
*)
N=/etc/init.d/$NAME
echo "Usage: $N {start|stop|restart|force-reload}" >&2
echo "Usage: $N {start|stop|restart|force-reload|status}" >&2
exit 1
;;
esac