summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/18-enable-disable_services.chroot
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2018-11-12 10:07:52 +0100
committerKim Hagen <kim.sidney@gmail.com>2018-11-12 10:07:52 +0100
commit8dcda0e05b0109e12280c446070b1fa94d0a6b4b (patch)
tree3229cfed4504037f0d141ec9a6625cdb8708880c /data/live-build-config/hooks/18-enable-disable_services.chroot
parenta48a22a8113c0e98ed019c60b1f4c182550d3979 (diff)
downloadvyos-build-8dcda0e05b0109e12280c446070b1fa94d0a6b4b.tar.gz
vyos-build-8dcda0e05b0109e12280c446070b1fa94d0a6b4b.zip
Add uefi to vyos-build
Diffstat (limited to 'data/live-build-config/hooks/18-enable-disable_services.chroot')
-rwxr-xr-xdata/live-build-config/hooks/18-enable-disable_services.chroot40
1 files changed, 0 insertions, 40 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
deleted file mode 100755
index d4d89ba8..00000000
--- a/data/live-build-config/hooks/18-enable-disable_services.chroot
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-echo I: Enabling/Disabling services.
-systemctl disable exim4
-/usr/sbin/update-rc.d -f exim4 remove
-systemctl disable isc-dhcp-server
-/usr/sbin/update-rc.d -f isc-dhcp-server remove
-systemctl disable isc-dhcp-relay
-/usr/sbin/update-rc.d -f isc-dhcp-relay remove
-systemctl disable nfacctd
-/usr/sbin/update-rc.d -f nfacctd remove
-systemctl disable pmacctd
-/usr/sbin/update-rc.d -f pmacctd remove
-systemctl disable sfacctd
-/usr/sbin/update-rc.d -f sfacctd remove
-systemctl disable uacctd
-/usr/sbin/update-rc.d -f uacctd remove
-systemctl disable lighttpd
-/usr/sbin/update-rc.d -f lighttpd remove
-systemctl disable ssh
-/usr/sbin/update-rc.d -f ssh remove
-systemctl disable openvpn
-/usr/sbin/update-rc.d -f openvpn remove
-systemctl disable lldpd
-/usr/sbin/update-rc.d -f lldpd remove
-systemctl enable ssh-session-cleanup
-systemctl disable conntrackd
-/usr/sbin/update-rc.d -f conntrackd remove
-systemctl disable mdns-repeater
-/usr/sbin/update-rc.d -f mdns-repeater remove
-systemctl disable udp-broadcast-relay{1.99}
-/usr/sbin/update-rc.d -f udp-broadcast-relay remove
-systemctl disable pdns-recursor
-/usr/sbin/update-rc.d -f pdns-recursor remove
-systemctl disable tftpd-hpa.service
-/usr/sbin/update-rc.d -f tftpd-hpa.service remove
-
-systemctl disable strongswan.service
-systemctl disable frr.service
-systemctl disable salt-minion.service