pmaports/temp/ofono/ofono.initd
Minecrell be740c3cf7
temp/ofono: update with upstream changes (!1035)
5b1910ff59

- use supervise-daemon
- build against system ell
- package ofono test scripts
- minor cleanup
2020-03-09 10:00:36 +01:00

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
}