aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/disable-services.sh.chroot
blob: c9cee1e1a29cfde9d9b60a0a3952b9ad0d5bd553 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

echo "Disabling network services (they get run by network scripts)"
update-rc.d tor disable
update-rc.d dnsmasq disable
update-rc.d ttdnsd disable