From 5d0c45a8ccb70ecc0caa7c9c87bd35c43836ee7b Mon Sep 17 00:00:00 2001 From: Tina DiPierro Date: Mon, 12 Aug 2024 18:34:16 +0400 Subject: [PATCH] mdns-repeater: add respawn to init Sometimes mdns-repeater quits or crashes, leaving service stopped. This commit should fix that by enabling respawn in procd. Signed-off-by: Tina DiPierro --- net/mdns-repeater/files/mdns-repeater.init | 1 + 1 file changed, 1 insertion(+) diff --git a/net/mdns-repeater/files/mdns-repeater.init b/net/mdns-repeater/files/mdns-repeater.init index 1814d25ab3e335..1726ee512076b8 100755 --- a/net/mdns-repeater/files/mdns-repeater.init +++ b/net/mdns-repeater/files/mdns-repeater.init @@ -11,6 +11,7 @@ start_service() { local interfaces config_get interfaces main interface procd_open_instance + procd_set_param respawn procd_set_param command $PROG -f $interfaces # -f generates a lot of debug output # no forwarding of stderr to logs