Skip to content
Snippets Groups Projects
Commit ce8bfa94 authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by John Crispin
Browse files

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: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
parent ccc54b29
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment