From: Wu zheng Date: Wed, 23 Oct 2013 03:14:52 +0000 (+0800) Subject: TIZEN DBUS configure file X-Git-Tag: submit/tizen/20140605.113613~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=462b353881a151275bd85c7711b8cdd9a27a6ab2;p=platform%2Fupstream%2Fbluez.git TIZEN DBUS configure file Change-Id: I19cd4c19dcbe14d3f022378da1a40e7668b70d35 --- diff --git a/obexd/src/obex.service.in b/obexd/src/obex.service.in index bca3aef..a44bb89 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