From b94ea571d1b2da0cbef437d0e28dac77b08e1353 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 6 Nov 2025 18:27:39 +0200 Subject: [PATCH] adguardhome: respawn on crash Respawn service on crash. Signed-off-by: George Sapkin (cherry picked from commit d2617ca21fb600a297dcad2236296f3313230ba8) --- net/adguardhome/files/adguardhome.init | 1 + 1 file changed, 1 insertion(+) diff --git a/net/adguardhome/files/adguardhome.init b/net/adguardhome/files/adguardhome.init index 3330d51a59..2dfa8d65b3 100644 --- a/net/adguardhome/files/adguardhome.init +++ b/net/adguardhome/files/adguardhome.init @@ -84,6 +84,7 @@ start_service() { procd_set_param group "$group" procd_set_param capabilities /etc/capabilities/adguardhome.json procd_set_param no_new_privs 1 + procd_set_param respawn # log is needed for logging to syslog instead of stdout # procfs is needed to readlink /proc/self/exe