Added status to debian init.d script

This commit is contained in:
Drew Fradette 2012-12-24 09:14:41 -05:00
Родитель fb2ed485d1
Коммит fe61c955a6
1 изменённых файлов: 4 добавлений и 2 удалений

6
debian/statsd.init поставляемый
Просмотреть файл

@ -146,9 +146,11 @@ case "$1" in
;;
esac
;;
status)
status_of_proc $DAEMON "$NAME"
;;
*)
#echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|restart|status|force-reload}" >&2
exit 3
;;
esac