From: Alexandru Ardelean Date: Thu, 4 May 2017 11:13:40 +0000 (+0300) Subject: lldpd: drop specific respawn params [use system-wide] X-Git-Tag: v18.06.0-rc1~2933 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ce8bfa9407bc1518107a99edc8568a59fe269fa5;hp=ccc54b29352a7d30762b84761414aa1798ce1183 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 --- diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init index 4495551567..39bce989be 100644 --- a/package/network/services/lldpd/files/lldpd.init +++ b/package/network/services/lldpd/files/lldpd.init @@ -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 }