diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-19 20:31:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-19 20:31:12 +0200 |
commit | 21ad4d6dd5387a78b478798409c8339a17a84ba7 (patch) | |
tree | 010e6cd6119b17a06991b8fbee7fc94a991a65a1 /data | |
parent | 9ea3537531daf077d04b74d7daa11f6b27dacc25 (diff) | |
download | vyos-build-21ad4d6dd5387a78b478798409c8339a17a84ba7.tar.gz vyos-build-21ad4d6dd5387a78b478798409c8339a17a84ba7.zip |
dhcpv6-pd: disable wide-dhcp-client service by default
Diffstat (limited to 'data')
-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 8685e9d..51bdfe1 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 @@ -57,3 +57,5 @@ systemctl disable live-tools.service systemctl enable vyos-hostsd.service systemctl enable acpid.service + +systemctl disable wide-dhcpv6-client |