12 lines
168 B
SYSTEMD
12 lines
168 B
SYSTEMD
[Unit]
|
|
Description=DUN service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.ofono.dundee
|
|
ExecStart=@prefix@/sbin/dundee -n
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|