2013-02-12 17:09:50 -05:00
|
|
|
#!@SBINDIR@/runscript
|
2009-05-01 15:11:40 +01:00
|
|
|
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
|
2011-06-29 19:46:31 -04:00
|
|
|
# Released under the 2-clause BSD license.
|
2007-11-23 12:40:52 +00:00
|
|
|
|
2008-03-02 21:14:01 +00:00
|
|
|
command=@PKG_PREFIX@/sbin/hald
|
2008-01-11 10:55:36 +00:00
|
|
|
pidfile=@VARBASE@/run/hald/hald.pid
|
2009-04-27 12:06:54 +00:00
|
|
|
command_args=$hald_args
|
2007-11-23 12:40:52 +00:00
|
|
|
name="Hardware Abstraction Layer Daemon"
|
|
|
|
|
2008-01-11 12:18:05 +00:00
|
|
|
depend()
|
|
|
|
{
|
2007-11-23 12:40:52 +00:00
|
|
|
need dbus
|
|
|
|
}
|