11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
#!/sbin/runscript
|
||
|
|
||
|
command=/usr/sbin/hald
|
||
|
pidfile=/var/run/hald/pid
|
||
|
name="HAL (Hardware Abstraction Layer)"
|
||
|
|
||
|
depend()
|
||
|
{
|
||
|
need dbus
|
||
|
}
|