Viitor_hald/etc/init/hald.conf
kueller dd3b59a282 Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_hald@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

25 lines
606 B
Plaintext

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