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