10 lines
93 B
Text
10 lines
93 B
Text
|
#!/sbin/runscript
|
||
|
|
||
|
command=/usr/sbin/hald
|
||
|
pidfile=/var/run/hald/pid
|
||
|
|
||
|
depend()
|
||
|
{
|
||
|
need dbus
|
||
|
}
|