diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2025-01-16 21:37:44 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2025-01-16 22:40:08 -0600 |
commit | 4c92ab9ff4ddf44f0d6a2bf4c7e724fc35629f0c (patch) | |
tree | 273dfa4a3b434602761ae9b35a4fff35b796db84 /data/templates | |
parent | 99d0c7a804ea3cf7f843f0d4810e6772cf7ceeb8 (diff) | |
download | vyos-1x-4c92ab9ff4ddf44f0d6a2bf4c7e724fc35629f0c.tar.gz vyos-1x-4c92ab9ff4ddf44f0d6a2bf4c7e724fc35629f0c.zip |
dhcp: T5840: Merge systemd service overrides for kea-ctrl-agent
Default systemd service for kea-ctrl-agent expects
`/etc/kea/kea-api-password` which is not used in
VyOS.
The systemd unit override to remove the condition
does not need to be in a separate (templated and
dynamic) override file and can be merged into the
existing static override file.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/dhcp-server/10-override.conf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/templates/dhcp-server/10-override.conf.j2 b/data/templates/dhcp-server/10-override.conf.j2 deleted file mode 100644 index 6cf9e0a11..000000000 --- a/data/templates/dhcp-server/10-override.conf.j2 +++ /dev/null @@ -1,2 +0,0 @@ -[Unit] -ConditionFileNotEmpty= |