Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-19 Thread Kok, Auke-jan H
On Tue, Jun 19, 2012 at 5:17 AM, Kok, Auke-jan H wrote: > On Mon, Jun 18, 2012 at 5:22 PM, Peeters Simon > wrote: also i have been running the patch succesfully (both in system mode and in my systemd-gnome-session (which i will share soon)) for a while now (read: since last week)

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 5:22 PM, Peeters Simon wrote: >>> also i have been running the patch succesfully (both in system mode >>> and in my systemd-gnome-session (which i will share soon)) for a while >>> now (read: since last week) without any problem. >> >> ah nice! is that on systemd HEAD? Love

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 10:22 AM, Peeters Simon wrote: >>> also i have been running the patch succesfully (both in system mode >>> and in my systemd-gnome-session (which i will share soon)) for a while >>> now (read: since last week) without any problem. >> >> ah nice! is that on systemd HEAD? Lov

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Peeters Simon
>> also i have been running the patch succesfully (both in system mode >> and in my systemd-gnome-session (which i will share soon)) for a while >> now (read: since last week) without any problem. > > ah nice! is that on systemd HEAD? Love to see the code :^) systemd-185-3.fc18, i dont like buildi

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Kok, Auke-jan H
On Mon, Jun 18, 2012 at 2:35 PM, Peeters Simon wrote: > 2012/6/18 Léo Gillot-Lamure : >> Hello. >> >> I'm trying to get systemd work as the user session supervisor, thus i >> want it to launch the dbus daemon for the session. Systemd seems to >> require that dbus is socket activated (service units

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-18 Thread Peeters Simon
2012/6/18 Léo Gillot-Lamure : > Hello. > > I'm trying to get systemd work as the user session supervisor, thus i > want it to launch the dbus daemon for the session. Systemd seems to > require that dbus is socket activated (service units of Type=dbus have a > Require dep on dbus.socket, not on dbus

Re: [systemd-devel] Systemd socket activation of DBus in the user session

2012-06-17 Thread Kok, Auke-jan H
On Sun, Jun 17, 2012 at 11:45 PM, Léo Gillot-Lamure wrote: > Hello. > > I'm trying to get systemd work as the user session supervisor, thus i > want it to launch the dbus daemon for the session. Systemd seems to > require that dbus is socket activated (service units of Type=dbus have a > Require d

[systemd-devel] Systemd socket activation of DBus in the user session

2012-06-17 Thread Léo Gillot-Lamure
Hello. I'm trying to get systemd work as the user session supervisor, thus i want it to launch the dbus daemon for the session. Systemd seems to require that dbus is socket activated (service units of Type=dbus have a Require dep on dbus.socket, not on dbus.service), so i created the relevant .soc