From aa2c7820f0c637394337ef87652ea13d9f1fa66e Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Wed, 8 Oct 2014 15:09:00 +0300 Subject: [PATCH] config: add D-Bus session bus address to systemd service file. Change-Id: Ia0ad14972c4d0b89eccbbccbe5da74180b81e9c1 --- packaging.in/murphyd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging.in/murphyd.service b/packaging.in/murphyd.service index d6863e8..f05879d 100644 --- a/packaging.in/murphyd.service +++ b/packaging.in/murphyd.service @@ -8,6 +8,7 @@ Group=app ExecStart=/usr/bin/murphyd -t systemd -vvv -f SmackExecLabel=User KillSignal=SIGTERM +Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/dbus/user_bus_socket Environment=XDG_RUNTIME_DIR=/run/user/%U [Install] -- 2.7.4