# HG changeset patch # User Christophe Lincoln # Date 1233506148 -3600 # Node ID ce66cb8ab894b95f8ced2faeee0c04467d5fb759 # Parent fe56eb67ba598c4cba7c9c8fda99cc79ec3e0a56 rcS.conf: start slim after dbus/hald to handle hal events correctly diff -r fe56eb67ba59 -r ce66cb8ab894 etc/rcS.conf --- a/etc/rcS.conf Fri Dec 26 20:20:41 2008 +0000 +++ b/etc/rcS.conf Sun Feb 01 17:35:48 2009 +0100 @@ -35,8 +35,8 @@ # Daemons to start at boot time. SliTaz only provides a few daemons: firewall, # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is -# not realy important. -RUN_DAEMONS="slim dbus hald firewall lighttpd" +# not realy important but dbus/hald should be started after slim. +RUN_DAEMONS="dbus hald firewall lighttpd slim" # Pre login bold message. MESSAGE="Welcome to your box."