aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/disable-services.sh.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'config/hooks/disable-services.sh.chroot')
-rwxr-xr-xconfig/hooks/disable-services.sh.chroot7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/hooks/disable-services.sh.chroot b/config/hooks/disable-services.sh.chroot
deleted file mode 100755
index 63d0fa7..0000000
--- a/config/hooks/disable-services.sh.chroot
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo "Disabling network services (they get run by network scripts)"
-update-rc.d tor disable || true
-update-rc.d dnsmasq disable || true
-update-rc.d ttdnsd disable || true
-