diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-13 07:21:19 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-04-13 07:22:10 +0200 |
commit | 4ce28b3f8c640f6c23349b07041f50d019332e89 (patch) | |
tree | b282f292cb22efe7a48fab6806fff84b55267b48 | |
parent | 1b00253bb1885a2addb71e602113d88ab2c84ae4 (diff) | |
download | vyos-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-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
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 |