diff options
Diffstat (limited to 'package/dbus/files')
-rw-r--r-- | package/dbus/files/dbus.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dbus/files/dbus.init b/package/dbus/files/dbus.init index 9659a13f5..c31f5e6ab 100644 --- a/package/dbus/files/dbus.init +++ b/package/dbus/files/dbus.init @@ -7,6 +7,7 @@ case $1 in autostop) ;; autostart) test x"${dbus:-NO}" = x"NO" && exit 0 + test x"$dbus" = x"DAEMON" && test -x /bin/mksh && exec mksh -T- $0 start exec sh $0 start ;; start) |