olsrd: rename general to procd

It was requested to name the section "procd".

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2021-08-01 10:49:57 +02:00 committed by Polynomdivision
parent 775d030a58
commit 87be9afac6
4 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ config LoadPlugin
config Interface
list interface 'wlan'
config procd general
config procd procd
option respawn_threshold '3600'
option respawn_timeout '15'
option respawn_retry '0'

View File

@ -32,9 +32,9 @@ start_service() {
local _respawn_timeout
local _respawn_retry
config_get _respawn_threshold general respawn_threshold 3600
config_get _respawn_timeout general respawn_timeout 15
config_get _respawn_retry general respawn_retry 0
config_get _respawn_threshold procd respawn_threshold 3600
config_get _respawn_timeout procd respawn_timeout 15
config_get _respawn_retry procd respawn_retry 0
procd_set_param command "$BIN"
procd_append_param command -f ${CONF}

View File

@ -10,7 +10,7 @@ config LoadPlugin
config Interface
list interface 'wlan'
config procd general
config procd procd
option respawn_threshold '3600'
option respawn_timeout '15'
option respawn_retry '0'

View File

@ -32,9 +32,9 @@ start_service() {
local _respawn_timeout
local _respawn_retry
config_get _respawn_threshold general _respawn_threshold 3600
config_get _respawn_timeout general respawn_timeout 15
config_get _respawn_retry general respawn_retry 0
config_get _respawn_threshold procd _respawn_threshold 3600
config_get _respawn_timeout procd respawn_timeout 15
config_get _respawn_retry procd respawn_retry 0
procd_set_param command "$BIN"
procd_append_param command -f ${CONF}