dbus: remove init script status op

The status command calls the Upstart status utility which we don't have.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Baruch Siach 2017-02-01 22:48:42 +02:00 committed by Thomas Petazzoni
parent c06aa42f7c
commit 0b4848d6b9

View file

@ -53,10 +53,6 @@ case "$1" in
stop)
stop
;;
status)
status $processname
RETVAL=$?
;;
restart)
stop
start
@ -72,7 +68,7 @@ case "$1" in
RETVAL=$?
;;
*)
echo "Usage: $0 {start|stop|status|restart|condrestart|reload}"
echo "Usage: $0 {start|stop|restart|condrestart|reload}"
;;
esac
exit $RETVAL