diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/hooks/services.sh.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hooks/services.sh.chroot b/config/hooks/services.sh.chroot index 4b96505..915ab26 100755 --- a/config/hooks/services.sh.chroot +++ b/config/hooks/services.sh.chroot @@ -6,4 +6,4 @@ update-rc.d dnsmasq disable || true update-rc.d ttdnsd disable || true echo "Enable proxy" -update-rc.d proxy enable defaults +update-rc.d proxy defaults |