mirror of
https://github.com/openwrt/routing.git
synced 2025-02-23 04:36:15 +00:00
12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=82
|
|
DAEMON='olsrd2'
|
|
|
|
[ -n "$IPKG_INSTROOT" ] || {
|
|
. /lib/functions/oonf_init.sh
|
|
|
|
extra_command "running" "Check if service is running"
|
|
extra_command "status" "Service status"
|
|
}
|