14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
#!@PREFIX@/sbin/runscript
|
|
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
|
# All rights reserved. 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
|
|
}
|