[source] lldpd: drop specific respawn params [use system-wide]
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 14 09:44:14 PST 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/8d4c047dd1983720081329d591b76ff5dc95af2d
commit 8d4c047dd1983720081329d591b76ff5dc95af2d
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu May 4 14:13:40 2017 +0300
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 at gmail.com>
(cherry picked from commit ce8bfa9407bc1518107a99edc8568a59fe269fa5)
---
package/network/services/lldpd/files/lldpd.init | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index 4495551..39bce98 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
}
More information about the lede-commits
mailing list