oonf-olsrd2: add support to check if service is running
[feed/routing.git] / oonf-olsrd2 / files / olsrd2.init
1 #!/bin/sh /etc/rc.common
2
3 START=82
4 DAEMON='olsrd2'
5
6 [ -n "$IPKG_INSTROOT" ] || {
7 . /lib/functions/oonf_init.sh
8
9 extra_command "running" "Check if service is running"
10 extra_command "status" "Service status"
11 }