summaryrefslogtreecommitdiff
path: root/obexd/src
diff options
context:
space:
mode:
authorWu zheng <wu.zheng@intel.com>2013-10-23 11:14:52 +0800
committerSebastian Chlad <sebastian.chlad@tieto.com>2014-05-27 11:28:44 +0200
commit462b353881a151275bd85c7711b8cdd9a27a6ab2 (patch)
treea922941d837a9a45e653e5b988fad315f238b833 /obexd/src
parent9f8e257957becee081c3573172b982b3e68e1d8f (diff)
downloadbluez-462b353881a151275bd85c7711b8cdd9a27a6ab2.tar.gz
bluez-462b353881a151275bd85c7711b8cdd9a27a6ab2.tar.bz2
bluez-462b353881a151275bd85c7711b8cdd9a27a6ab2.zip
TIZEN DBUS configure file
Change-Id: I19cd4c19dcbe14d3f022378da1a40e7668b70d35
Diffstat (limited to 'obexd/src')
-rw-r--r--obexd/src/obex.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/obexd/src/obex.service.in b/obexd/src/obex.service.in
index bca3aef6..a44bb894 100644
--- a/obexd/src/obex.service.in
+++ b/obexd/src/obex.service.in
@@ -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