Viitor_hald/etc/init/hald.conf
kueller b82d011a94 Vorbereitung auf upstart
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_hald@5536 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 16:15:14 +00:00

25 lines
607 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 [S016]
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