/lib/systemd/system/ofono.service is in ofono 1.21-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=oFono Mobile telephony stack
Documentation=man:ofonod(8)
Requires=dbus.service
After=dbus.service
[Service]
Restart=on-failure
BusName=org.ofono
ExecStart=/usr/sbin/ofonod -P ril --nodetach
[Install]
WantedBy=multi-user.target
|