TIZEN DBUS configure file
authorWu zheng <wu.zheng@intel.com>
Wed, 23 Oct 2013 03:14:52 +0000 (11:14 +0800)
committerWu Zheng <wu.zheng@intel.com>
Thu, 12 Dec 2013 09:51:34 +0000 (04:51 -0500)
Change-Id: I19cd4c19dcbe14d3f022378da1a40e7668b70d35

obexd/src/obex.service.in

index bca3aef..a44bb89 100644 (file)
@@ -4,7 +4,7 @@ Description=Bluetooth OBEX service
 [Service]
 Type=dbus
 BusName=org.bluez.obex
-ExecStart=@libexecdir@/obexd
+ExecStart=/bin/sh -c 'if [ -z `ps ax | grep -v grep | grep obexd` ] ; then exec @libexecdir@/obexd -d --noplugin=syncevolution,pcsuite,irmc --symlinks -r /opt/usr/media; fi'
 
 [Install]
 Alias=dbus-org.bluez.obex.service