blob: c24ac280d84c16b2cea2358e34eda87433c38a22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Telephony service
After=syslog.target
[Service]
Type=dbus
BusName=org.ofono
ExecStart=@prefix@/sbin/ofonod -n
StandardError=null
[Install]
WantedBy=multi-user.target
|