Commit: b16b19885c5383cd0499503617b98ceb188c898e
Parent: be0e796299b0e7a73bf06c5655b56180588550b0
Author: Giovanni Campagna <gcampagna-cNUdlRotFMnNLxjTenLetw@public.gmane.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-02-13 15:38:49
Tree: a409d20883c73ad41c8bc8e8914ca5ca6d52d57e

Allow using obexd without systemd in the user session Not all sessions run systemd --user and in some cases one may be missing systemd all together. Provide the correct path instead of /bin/false, allowing dbus to start the service in such cases. DBUS implementations can ignore the Exec line all together when run in systemd aware mode - at least the OG dbus does that. So ultimately this change is a no-op for the systemd --user case. On my system, this is literally the only non-system service which uses /bin/false.

Diffstat

M Makefile.obexd | 4 +- - -
M configure.ac | 1 +
R obexd/src/org.bluez.obex.service.in | 2 +-

4 files changed, 6 insertions(+), 7 deletions(-)

View Full Diff | Patch