Diff between 8b29b5a46cdc7015a1dc5b502fe103e0c2e7f219 and f8d0dc114036806c25856ec1f0161d3e5ef5e2a1

Changed Files

File Additions Deletions Status
obexd/src/obex.service.in +0 -9 modified

Full Patch

diff --git a/obexd/src/obex.service.in b/obexd/src/obex.service.in
index f269bc5..cf4d8c9 100644
--- a/obexd/src/obex.service.in
+++ b/obexd/src/obex.service.in
@@ -1,19 +1,10 @@
 [Unit]
 Description=Bluetooth OBEX service
-# This is a user-specific service, but bluetooth is a device-specific protocol.
-# Only run one instance at a time, even if multiple users log in at once:
-ConditionPathExists=!/run/lock/bluez/obexd.lock
-ConditionUser=!@system
 
 [Service]
 Type=dbus
 BusName=org.bluez.obex
 ExecStart=@PKGLIBEXECDIR@/obexd
 
-# If the service fails on the following line, please ensure
-# the bluez tmpfile has been installed in /usr/lib/tmpfiles.d/
-ExecStartPre=touch /run/lock/bluez/obexd.lock
-ExecStopPost=rm -f /run/lock/bluez/obexd.lock
-
 [Install]
 Alias=dbus-org.bluez.obex.service