15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
#!/sbin/runscript
|
|
# Copyright 2007-2008 Roy Marples
|
|
# All rights reserved
|
|
|
|
command=@PREFIX@/sbin/hald
|
|
pidfile=@VARBASE@/run/hald/hald.pid
|
|
command_args="${hald_args}"
|
|
name="Hardware Abstraction Layer Daemon"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|
|
|
|
# vim: set ts=4 :
|