generic-poky/meta/recipes-connectivity/neard/neard/neard.service.in

14 lines
200 B
SYSTEMD

[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