mirror of
https://github.com/openwrt/routing.git
synced 2025-02-24 07:25:03 +00:00
15 lines
228 B
Bash
15 lines
228 B
Bash
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2008-2013 OpenWrt.org
|
|
|
|
. $IPKG_INSTROOT/lib/functions/olsrd.sh
|
|
|
|
START=65
|
|
|
|
SERVICE_DAEMONIZE=1
|
|
SERVICE_WRITE_PID=1
|
|
|
|
CONF=/var/etc/olsrd6.conf
|
|
PID=/var/run/olsrd6.pid
|
|
|
|
UCI_CONF_NAME=olsrd6
|