Commit 3bf2e09b authored by Adam Wujek's avatar Adam Wujek 💬

userspace/init: make S80snmp call start when no parameter is provided

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent c429b25e
......@@ -30,6 +30,9 @@ case "$1" in
restart|reload)
restart
;;
"")
start
;;
*)
echo $"Usage: $0 {start|stop|restart}"
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment