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