14 lines
293 B
Plaintext
Raw Normal View History

2007-11-23 12:40:52 +00:00
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
2007-11-23 12:40:52 +00:00
command=@PREFIX@/sbin/hald
pidfile=@VARBASE@/run/hald/hald.pid
2007-11-23 12:40:52 +00:00
command_args="${hald_args}"
name="Hardware Abstraction Layer Daemon"
2008-01-11 12:18:05 +00:00
depend()
{
2007-11-23 12:40:52 +00:00
need dbus
}