aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/disable-services.sh.chroot
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-23 20:14:13 +0100
committerficus <ficus@robocracy.org>2012-11-23 20:14:13 +0100
commitf6df416e105556ca98f996dd573dea08b4c622b0 (patch)
tree13d593be880b6ae02b4c165748540e5a98165ed1 /config/hooks/disable-services.sh.chroot
parent0f4dd182b023dd8a34eab07702591d180feb86cc (diff)
downloadtorouter-live-f6df416e105556ca98f996dd573dea08b4c622b0.tar.gz
torouter-live-f6df416e105556ca98f996dd573dea08b4c622b0.zip
enable proxy (NAT configurations)
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
-