aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/neard/neard/neard.service.in
blob: 90e5302662c123928b3de331988080c95c4f599c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=NFC service
After=syslog.target

[Service]
Type=dbus
BusName=org.neard
Restart=on-failure
ExecStart=@installpath@/neard -n
StandardOutput=null

[Install]
WantedBy=multi-user.target