summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-19 17:26:03 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-19 17:26:03 +0200
commit5fc9c378b67c42ade369af315f1383861f00b269 (patch)
treeade8a44320657d7b0e533e2a2de26c70a2a4d7ea /data
parenta7fac7399df70be83f1076115036abaad9e6424f (diff)
downloadvyos-build-5fc9c378b67c42ade369af315f1383861f00b269.tar.gz
vyos-build-5fc9c378b67c42ade369af315f1383861f00b269.zip
systemd: services: disable all udp-broadcast-relay instances
Diffstat (limited to 'data')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot2
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 cb84d442..a3e9f06d 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,7 @@ systemctl disable openvpn.service
systemctl disable lldpd.service
systemctl disable conntrackd.service
systemctl disable mdns-repeater.service
-systemctl disable udp-broadcast-relay{1.99}.service
+systemctl disable 'udp-broadcast-relay@*.service'
systemctl disable pdns-recursor.service
systemctl disable tftpd-hpa.service
systemctl disable strongswan.service