mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
wsdd: Add a restart command
Signed-off-by: Daniel Weismüller <daniel.weismueller@ipfire.org>
This commit is contained in:
committed by
Daniel Weismüller
parent
bf3f602e05
commit
c082a0cc9a
@@ -65,8 +65,13 @@ case "$1" in
|
||||
statusproc /usr/bin/wsdd
|
||||
;;
|
||||
|
||||
restart)
|
||||
$0 stop
|
||||
$0 start
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Usage: $0 (start|stop|status)"
|
||||
echo "Usage: $0 (start|stop|status|restart)"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user