Enable MAP service in obexd 93/68893/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 10 May 2016 08:03:39 +0000 (17:03 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 10 May 2016 08:03:39 +0000 (17:03 +0900)
The previous service file defines map plugin as false. Because of
this, we can't use MAP service as default. So enable MAP profile.

Change-Id: I85e6ce2380f244ac3890c2c02d996855747acace
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
obexd/src/org.bluez.obex.service

index b369d00..1336ace 100755 (executable)
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.bluez.obex
-Exec=/bin/sh -c 'if [ -z `ps ax | grep -v grep | grep obexd` ] ; then exec /usr/libexec/bluetooth/obexd -d --noplugin=mns,mas,ftp,syncevolution,pcsuite,irmc --symlinks -r /opt/home/owner/content/; fi'
+Exec=/bin/sh -c 'if [ -z `ps ax | grep -v grep | grep obexd` ] ; then exec /usr/libexec/bluetooth/obexd -d --noplugin=ftp,syncevolution,pcsuite,irmc --symlinks -r /opt/home/owner/content/; fi'