summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-04-13 07:21:19 +0200
committerChristian Breunig <christian@breunig.cc>2025-04-13 07:22:10 +0200
commit4ce28b3f8c640f6c23349b07041f50d019332e89 (patch)
treeb282f292cb22efe7a48fab6806fff84b55267b48
parent1b00253bb1885a2addb71e602113d88ab2c84ae4 (diff)
downloadvyos-build-4ce28b3f8c640f6c23349b07041f50d019332e89.tar.gz
vyos-build-4ce28b3f8c640f6c23349b07041f50d019332e89.zip
T7353: netplug.service is started by vyos-router
Netplug daemon is started last after all interfaces got initialized to properly monitor them for up/down events.
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot2
1 files changed, 2 insertions, 0 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 3b4efe38..21b41b23 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
@@ -72,6 +72,8 @@ systemctl disable suricata.service
systemctl disable vyconfd.service
systemctl disable vpp.service
systemctl disable vyos-commitd.service
+systemctl disable netplug.service
+
echo I: Enabling services
systemctl enable vyos-hostsd.service