ofono.service 183 B

123456789101112
  1. [Unit]
  2. Description=Telephony service
  3. After=syslog.target
  4. [Service]
  5. Type=dbus
  6. BusName=org.ofono
  7. ExecStart=/usr/sbin/ofonod -n
  8. StandardError=null
  9. [Install]
  10. WantedBy=multi-user.target