diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:17:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:31:44 +0100 |
commit | b527902a31ee2fc2ad01c9a1f950dbc867fa14ca (patch) | |
tree | 40fb36b943330b42bed092324d5300b9162c94e7 /data/live-build-config | |
parent | 2dbff76543c2bec6de5c54cb9cc9e6297a91f419 (diff) | |
download | vyos-build-b527902a31ee2fc2ad01c9a1f950dbc867fa14ca.tar.gz vyos-build-b527902a31ee2fc2ad01c9a1f950dbc867fa14ca.zip |
Added 'mdns-repeater' submodule
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/
extensions to add Debian packaging and systemd support.
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index abb60241..6ba7950f 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -28,3 +28,5 @@ systemctl disable lldpd systemctl enable ssh-session-cleanup /usr/sbin/update-rc.d -f conntrackd remove systemctl disable conntrackd +/usr/sbin/update-rc.d -f mdns-repeater remove +systemctl disable mdns-repeater |