chiark / gitweb /
analyze/run: use bus_open_transport_systemd instead of bus_open_transport
authorThomas Bächler <thomas@archlinux.org>
Fri, 21 Feb 2014 10:55:24 +0000 (11:55 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 26 May 2014 18:21:53 +0000 (14:21 -0400)
commit1f89214e6e990a0b552f6854f87f8514ca384956
tree02ea199088b3322def5b5ad7057ff7f8b626a78c
parent000f6e5667eb4f73e137cbd0d7395a9f9db7728a
analyze/run: use bus_open_transport_systemd instead of bus_open_transport

Both systemd-analyze and systemd-run only access org.freedesktop.systemd1
on the bus. This patch allows using systemd-run --user and systemd-analyze
--user even if the user session's bus is not properly integrated with the
systemd user unit.

https://bugs.freedesktop.org/show_bug.cgi?id=79252 and other reports...
src/analyze/analyze.c
src/run/run.c