summarylogtreecommitdiffstats
path: root/neard.service
diff options
context:
space:
mode:
Diffstat (limited to 'neard.service')
-rw-r--r--neard.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/neard.service b/neard.service
new file mode 100644
index 000000000000..6cc65bd43ac4
--- /dev/null
+++ b/neard.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Near Field Communication Daemon
+Documentation=man:neard(8)
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/neard
+
+[Install]
+WantedBy=multi-user.target