blob: eb13eeeff158afcbb117bfc2351449ff10cb43fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh /etc/rc.common
# Copyright (C) 2008-2013 OpenWrt.org
. /lib/functions/olsrd.sh
START=65
SERVICE_DAEMONIZE=1
SERVICE_WRITE_PID=1
CONF=/var/etc/olsrd4.conf
PID=/var/run/olsrd4.pid
UCI_CONF_NAME=olsrd4
|