mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
lldpd: drop specific respawn params [use system-wide]
I think I added these respawn params [a while back],
when I did the conversion to procd init script format.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit ce8bfa9407)
This commit is contained in:
parent
8ee15ed61a
commit
8d4c047dd1
1 changed files with 0 additions and 3 deletions
|
|
@ -89,9 +89,6 @@ start_service() {
|
|||
|
||||
# set auto respawn behavior
|
||||
procd_set_param respawn
|
||||
procd_append_param respawn 3600
|
||||
procd_append_param respawn 5
|
||||
procd_append_param respawn -1
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue