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