openrc/init.d.misc/hald.in

14 lines
280 B
Plaintext
Raw Normal View History

#!@SBINDIR@/runscript
2009-05-01 19:41:40 +05:30
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
2007-11-23 18:10:52 +05:30
command=@PKG_PREFIX@/sbin/hald
pidfile=@VARBASE@/run/hald/hald.pid
command_args=$hald_args
2007-11-23 18:10:52 +05:30
name="Hardware Abstraction Layer Daemon"
2008-01-11 17:48:05 +05:30
depend()
{
2007-11-23 18:10:52 +05:30
need dbus
}