9 lines
98 B
Text
9 lines
98 B
Text
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/wicd
|
|
pidfile=/var/run/wicd/wicd.pid
|
|
|
|
depend()
|
|
{
|
|
need dbus
|
|
}
|