summaryrefslogtreecommitdiff
path: root/init.d.misc/hald.in
blob: 04043df037da572b1aef303590af0f66de1b0339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 :