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