summaryrefslogtreecommitdiff
path: root/package/privoxy/files/privoxy.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/privoxy/files/privoxy.init')
-rw-r--r--package/privoxy/files/privoxy.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/privoxy/files/privoxy.init b/package/privoxy/files/privoxy.init
index 2254ee1c6..eb0c77d5a 100644
--- a/package/privoxy/files/privoxy.init
+++ b/package/privoxy/files/privoxy.init
@@ -7,6 +7,7 @@ case $1 in
autostop) ;;
autostart)
test x"${privoxy:-NO}" = x"NO" && exit 0
+ test x"$privoxy" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start
exec sh $0 start
;;
start)