From 167c8c7a2f9220c55462d6ff7b076a0f72b2a1de Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 22 Feb 2026 20:27:59 +0100 Subject: igmp-proxy: T8295: provide native systemd unit to enable restart/backoff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The igmpproxy service was started via a SysV init script, causing systemd-sysv-generator to create a transient unit without restart policies. When igmpproxy failed on first start, systemd did not retry, leading to intermittent service availability. This change replaces the auto‑generated unit with a native systemd service file that defines proper restart settings. --- python/vyos/defaults.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index fbaf18919..c584ddd77 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -57,6 +57,7 @@ internal_ports = { config_files = { 'sshd_user_ca' : '/run/sshd/trusted_user_ca', + 'igmp_proxy' : '/run/igmpproxy/igmpproxy.conf', } config_status = '/tmp/vyos-config-status' -- cgit v1.2.3