summaryrefslogtreecommitdiff
path: root/init.d.misc/hald.in
blob: eb7ce06d4012afc1174f2f26982e2e3e5bf3656b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!@SBINDIR@/openrc-run
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.

command=@PKG_PREFIX@/sbin/hald
pidfile=@VARBASE@/run/hald/hald.pid
command_args=$hald_args
name="Hardware Abstraction Layer Daemon"

depend()
{
	need dbus
}