Viitor_hald/etc/init/hald.conf

25 lines
606 B
Plaintext
Raw Normal View History

description "Hardware Abstraction Layer daemon startup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started dbus))
stop on runlevel [016]
console none
pre-start script
if [ ! -f /usr/share/pci.ids ]; then
if [ -f /usr/share/pci.ids.gz ]; then
gzip -d -c /usr/share/pci.ids.gz >/usr/share/pci.ids
fi
fi
if [ ! -f /usr/share/usb.ids ]; then
if [ -f /usr/share/usb.ids.gz ]; then
gzip -d -c /usr/share/usb.ids.gz >/usr/share/usb.ids
fi
fi
end script
exec /usr/sbin/hald --daemon=no --verbose=yes --use-syslog