10 lines
141 B
Text
10 lines
141 B
Text
|
#!/sbin/openrc-run
|
||
|
|
||
|
command="/usr/bin/ofono-auto-enable"
|
||
|
command_background=true
|
||
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||
|
|
||
|
depend() {
|
||
|
need dbus
|
||
|
}
|