Re: [systemd-devel] DBus api of systemd user instance

2015-03-09 Thread Ragnar Thomsen
5 at 6:23 PM, Ragnar Thomsen > wrote: > > > > > Hey List, > > > > > > Does the user instance of systemd expose a dbus api? > > > > > > > Yes, that's what `systemctl` uses. > > > > > > > If yes, how does one access it?

[systemd-devel] DBus api of systemd user instance

2015-03-06 Thread Ragnar Thomsen
Hey List, Does the user instance of systemd expose a dbus api? If yes, how does one access it? Sincerely, Ragnar Thomsen rthoms...@gmail.com ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [systemd-devel] DBus signal on unit start/stop

2013-12-03 Thread Ragnar Thomsen
On Tuesday 03 December 2013 17:34:06 Holger Winkelmann wrote: > If I read Lennart's answer correctly, the newer version in git already tells > you what have changed: "and which carry the new values along in git" > > Is this right? Yes, the properties and their new values can be retrieved, but not

Re: [systemd-devel] DBus signal on unit start/stop

2013-12-03 Thread Ragnar Thomsen
so the property gets updated. Is this the intended behavior? Regards, Ragnar Thomsen ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] DBus signal on unit start/stop

2013-11-30 Thread Ragnar Thomsen
systemd dbus API (or a reason not to implement them)? Do you have any ideas on how to monitor units' ActiveState/SubState without such signals (short of calling the ListUnits method at certain time intervals and monitor for changes)? Any help appreciated. Sincerely, Ragnar Thomsen PS