be740c3cf7
5b1910ff59
- use supervise-daemon
- build against system ell
- package ofono test scripts
- minor cleanup
15 lines
318 B
Text
15 lines
318 B
Text
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
name="oFono"
|
|
description="oFono mobile telephony daemon"
|
|
|
|
# libsmdpkt_wrapper.so may not be present (on devices that don't need it)
|
|
export LD_PRELOAD=/usr/lib/preload/libsmdpkt_wrapper.so
|
|
|
|
command="/usr/sbin/ofonod"
|
|
command_args_foreground="-n"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|