1ofonod(8) System Manager's Manual ofonod(8)
2
3
4
6 ofonod - oFono mobile telephony daemon
7
9 ofonod [options]
10
12 ofonod is a daemon which provides an oFono stack for interfacing mobile
13 telephony devices. oFono is controlled through D-Bus; for example, one
14 can tell ofonod to send AT commands over /dev/rfcomm0 by calling the D-
15 Bus method org.ofono.at.Manager.Create. /etc/dbus-1/sys‐
16 tem.d/ofono.conf is used to manage D-Bus permissions for oFono.
17
19 --debug, -d
20 Enable debug information output. Note multiple arguments to -d
21 can be specified, colon, comma or space separated. The arguments
22 are relative source code filenames for which debugging output
23 should be enabled; output shell-style globs are accepted (e.g.:
24 "plugins/*:src/main.c").
25
26 --nodetach, -n
27 Don't run as daemon in background.
28
29
30 SEE ALSO
31
32 dbus-send(1)
33
34
36 /etc/dbus-1/system.d/ofono.conf
37
39 This man page was written by Andres Salomon <dilinger@collabora.co.uk>.
40
41
42
43
44 Jul 2009 ofonod(8)