aboutsummaryrefslogtreecommitdiffstats
path: root/community/ofono/ofono.initd
blob: a029b9bb1b87bbacfb105eb238ce6cecd46f0892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
supervisor=supervise-daemon

name="oFono"
description="oFono mobile telephony daemon"

command="/usr/sbin/ofonod"
command_args_foreground="-n"

depend() {
	need dbus
}