SHA256
1
0
forked from pool/neard

Accepting request 211230 from home:acho-novell:branches:hardware

Add neard.service to enable neard(bnc#837978).
Fixed systemd BuildRequires version.

OBS-URL: https://build.opensuse.org/request/show/211230
OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=3
This commit is contained in:
Al Cho
2013-12-17 14:15:17 +00:00
committed by Git OBS Bridge
parent deea53a125
commit fbca4ec15e
3 changed files with 26 additions and 1 deletions

16
neard.service Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
Description=neard service
Documentation=man:neard(8)
[Service]
Type=dbus
BusName=org.neard
ExecStart=/usr/lib/nfc/neard -n
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
#CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
LimitNPROC=1
[Install]
Alias=dbus-org.neard.service