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>
This commit is contained in:
Alexandru Ardelean 2017-05-04 14:13:40 +03:00 committed by John Crispin
parent ccc54b2935
commit ce8bfa9407
1 changed files with 0 additions and 3 deletions

View File

@ -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
}