slitaz-base-files rev 37

daemons.conf: add DBUS and HALD
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 20 11:49:33 2008 +0200 (2008-05-20)
parents a6acf189121f
children d9469dd5238d
files rootfs/etc/daemons.conf
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Thu May 15 21:51:30 2008 +0200
     1.2 +++ b/rootfs/etc/daemons.conf	Tue May 20 11:49:33 2008 +0200
     1.3 @@ -5,6 +5,12 @@
     1.4  # to start automaticly a daemon at boot.
     1.5  #
     1.6  
     1.7 +# DBUS daemon options.
     1.8 +DBUS_OPTIONS="--system"
     1.9 +
    1.10 +# HAL daemon options.
    1.11 +HALD_OPTIONS="--daemon=yes"
    1.12 +
    1.13  # LightTPD Web server options.
    1.14  LIGHTTPD_OPTIONS="-f /etc/lighttpd/lighttpd.conf"
    1.15