mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-08 11:47:51 +08:00
87be9afac6
It was requested to name the section "procd". Signed-off-by: Nick Hainke <vincent@systemli.org>
17 lines
369 B
Plaintext
17 lines
369 B
Plaintext
config olsrd
|
|
# uncomment the following line to use a custom config file instead:
|
|
#option config_file '/etc/olsrd6.conf'
|
|
|
|
config LoadPlugin
|
|
option library 'olsrd_txtinfo.so.1.1'
|
|
option accept '::'
|
|
option port '2007'
|
|
|
|
config Interface
|
|
list interface 'wlan'
|
|
|
|
config procd procd
|
|
option respawn_threshold '3600'
|
|
option respawn_timeout '15'
|
|
option respawn_retry '0'
|