f1efbec6dd
Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
9 lines
141 B
Text
9 lines
141 B
Text
#!/sbin/openrc-run
|
|
|
|
command="/usr/bin/ofono-auto-enable"
|
|
command_background=true
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|