diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-10-16 21:03:29 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-10-19 22:42:20 +0200 |
commit | c3097b26599b84c68ccbc7bc84e400c71ae614cb (patch) | |
tree | dcbfc045ab850631d68aad5cf2434da27d6c9f31 | |
parent | 16ed3787c14eb7bca3b3065431b4c9a146fe6458 (diff) | |
download | vyos-build-c3097b26599b84c68ccbc7bc84e400c71ae614cb.tar.gz vyos-build-c3097b26599b84c68ccbc7bc84e400c71ae614cb.zip |
mdns: T3917: Disable avahi-daemon.service by default
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 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 0938e23c..ee3b38bf 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 @@ -50,6 +50,7 @@ systemctl disable telegraf.service systemctl disable ndppd.service systemctl disable ipsec.service systemctl disable strongswan-starter.service +systemctl disable avahi-daemon.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |