# HG changeset patch # User Christophe Lincoln # Date 1211276973 -7200 # Node ID 46030401d65915125af34b40d9ce39ef7a92efa3 # Parent a6acf189121f7079e71b70950e181e4f9c8d2ec2 daemons.conf: add DBUS and HALD diff -r a6acf189121f -r 46030401d659 rootfs/etc/daemons.conf --- a/rootfs/etc/daemons.conf Thu May 15 21:51:30 2008 +0200 +++ b/rootfs/etc/daemons.conf Tue May 20 11:49:33 2008 +0200 @@ -5,6 +5,12 @@ # to start automaticly a daemon at boot. # +# DBUS daemon options. +DBUS_OPTIONS="--system" + +# HAL daemon options. +HALD_OPTIONS="--daemon=yes" + # LightTPD Web server options. LIGHTTPD_OPTIONS="-f /etc/lighttpd/lighttpd.conf"