diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-04-02 16:31:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-02 16:31:42 +0200 |
| commit | aa0c2475ce87c8f1026e869cb6f3bce773cecf4b (patch) | |
| tree | e2c7fcaf98fc544104eda75929d27ab071dc1e2c | |
| parent | 80fac314d25109dde821ae987cdde6975df731f5 (diff) | |
| parent | 05e5e63d86bbc9a1cfc1c3a529079169f586e507 (diff) | |
| download | vyos-build-aa0c2475ce87c8f1026e869cb6f3bce773cecf4b.tar.gz vyos-build-aa0c2475ce87c8f1026e869cb6f3bce773cecf4b.zip | |
Merge pull request #1144 from c-po/netlink-t8047
T8047: replace netplugd with vyos-netlinkd
| -rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 63a63bab..a4149584 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -67,7 +67,7 @@ systemctl disable zabbix-agent2.service systemctl disable suricata.service systemctl disable vyconfd.service systemctl disable vpp.service -systemctl disable netplug.service +systemctl disable vyos-netlinkd.service echo I: Enabling services systemctl enable vyos-hostsd.service |
