diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2016-03-28 17:21:45 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2016-03-28 17:21:45 +0900 |
commit | 87d5d5a83111247ddbb81de59c728b57432ed510 (patch) | |
tree | 7a8a3e97288fb9ede3c6718d541ce145a529b84e /obexd/src | |
parent | 72f524f19b96405367b3b5b997a271e3f07b640d (diff) | |
download | bluez-87d5d5a83111247ddbb81de59c728b57432ed510.tar.gz bluez-87d5d5a83111247ddbb81de59c728b57432ed510.tar.bz2 bluez-87d5d5a83111247ddbb81de59c728b57432ed510.zip |
Modify obex auto-activation service filesubmit/tizen/20160328.090435accepted/tizen/wearable/20160329.042843accepted/tizen/tv/20160329.042803accepted/tizen/mobile/20160329.042727accepted/tizen/ivi/20160329.042913accepted/tizen/common/20160329.050851
Change-Id: I7bc632e79eef56d110eae3d8cd43ace9b34022b6
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'obexd/src')
-rw-r--r-- | obexd/src/org.bluez.obex.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service index f63d3cbf..b369d00b 100644 --- a/obexd/src/org.bluez.obex.service +++ b/obexd/src/org.bluez.obex.service @@ -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/lib/bluetooth/obexd -d --noplugin=mns,mas,ftp,syncevolution,pcsuite,irmc --symlinks -r /opt/usr/media; fi' +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' |