Fix TIVI-1665: [3.0] The neard service is not enabled 98/13198/1 accepted/tizen/20131202.210856 submit/tizen/20131202.085404
authorChengyi Zhao <chengyi1.zhao@archermind.com>
Fri, 29 Nov 2013 03:08:41 +0000 (11:08 +0800)
committerChengyi Zhao <chengyi1.zhao@archermind.com>
Fri, 29 Nov 2013 03:24:32 +0000 (11:24 +0800)
Use the udev rule instead of the default startup

Change-Id: I43e73130064937ab5ee48531c8d43e2b38961804
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
ivi/99-neard.rules [new file with mode: 0644]
packaging/udev-rules.changes
packaging/udev-rules.spec

diff --git a/ivi/99-neard.rules b/ivi/99-neard.rules
new file mode 100644 (file)
index 0000000..b50ef1c
--- /dev/null
@@ -0,0 +1 @@
+SUBSYSTEM=="nfc", TAG+="systemd", ENV{SYSTEMD_WANTS}="neard.service"
index 9292270..f7e6587 100644 (file)
@@ -1,3 +1,7 @@
+* Fri Nov 29 2013 Chengyi Zhao <chengyi1.zhao@archermind.com>
+- Fix TIVI-1665: [3.0] The neard service is not enabled
+- Use the udev rule instead of the default startup
+
 * Mon Nov 25 2013 Mikko Ylinen <mikko.ylinen@intel.com> accepted/tizen/20131122.203300@ddd1c39
 - Update udev-rules packaging for IVI and add one new .rule
 
index 287a08d..3b28975 100644 (file)
@@ -34,3 +34,4 @@ rm -rf %{buildroot}
 %files ivi
 %defattr(0644, root, root, 0755)
 %attr(0644,root,root) %{udev_libdir}/rules.d/99-atkbd.rules
+%attr(0644,root,root) %{udev_libdir}/rules.d/99-neard.rules