diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-22 20:27:59 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-22 20:32:35 +0100 |
| commit | 167c8c7a2f9220c55462d6ff7b076a0f72b2a1de (patch) | |
| tree | c553979b0d330a09a6ec6750743db36cda7ef65d /python | |
| parent | ea8aa399c520e129f0a4e7e88b6eedad2cef55c9 (diff) | |
| download | vyos-1x-167c8c7a2f9220c55462d6ff7b076a0f72b2a1de.tar.gz vyos-1x-167c8c7a2f9220c55462d6ff7b076a0f72b2a1de.zip | |
igmp-proxy: T8295: provide native systemd unit to enable restart/backoff
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.
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |
