9 lines
115 B
Text
9 lines
115 B
Text
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/connmand
|
|
name="Connection Manager daemon"
|
|
|
|
depend()
|
|
{
|
|
need dbus localmount
|
|
}
|