]> code.ossystems Code Review - openembedded-core.git/commitdiff
neard: remove unused service file
authorRoss Burton <ross.burton@intel.com>
Mon, 22 Jun 2015 14:44:04 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:46:05 +0000 (11:46 +0100)
Upstream ships a systemd service file now, so we don't need this anymore.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/neard/neard/neard.service.in [deleted file]

diff --git a/meta/recipes-connectivity/neard/neard/neard.service.in b/meta/recipes-connectivity/neard/neard/neard.service.in
deleted file mode 100644 (file)
index a6f8a84..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=neard service
-Documentation=man:neard(8)
-After=syslog.target
-
-[Service]
-Type=dbus
-BusName=org.neard
-ExecStart=@installpath@/neard -n
-
-[Install]
-Alias=dbus-org.neard.service
-WantedBy=multi-user.target