diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-05 21:10:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 21:10:55 +0100 |
commit | af807cdb02fa123595d4d6a2c8d9159e8e34d8b5 (patch) | |
tree | 2095d55c769d6f3f0961db89fec7bac40846d328 /data | |
parent | 57bba4f1b8c6606016828d04a8892429bc1ab3a0 (diff) | |
parent | eee081e26da5aaf997b3d0022abe9fc75f38c94f (diff) | |
download | vyos-build-af807cdb02fa123595d4d6a2c8d9159e8e34d8b5.tar.gz vyos-build-af807cdb02fa123595d4d6a2c8d9159e8e34d8b5.zip |
Merge pull request #211 from sarthurdev/current
vyos-user-utils: Disable dnsdist service introduced by `vyos-user-utils` package
Diffstat (limited to 'data')
-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 17cf2f74..9af38362 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 @@ -14,7 +14,6 @@ systemctl disable lldpd.service systemctl disable LCDd.service systemctl disable lcdproc.service systemctl disable conntrackd.service -systemctl disable mdns-repeater.service systemctl disable 'udp-broadcast-relay@*.service' systemctl disable pdns-recursor.service systemctl disable tftpd-hpa.service @@ -53,6 +52,7 @@ systemctl disable strongswan-starter.service systemctl disable avahi-daemon.service systemctl disable atop-rotate.timer systemctl disable ModemManager.service +systemctl disable dnsdist.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |