[systemd-devel] [PATCH] fstab-generator: ignore devices with fstype "ignore"

2012-06-17 Thread Dave Reisner
This is a valid field as documented by fstab(5). In line with mount(8)'s behavior when iterating through /etc/fstab, the generator should skip this entry entirely. --- This actually isn't the current behavior of the new mount in util-linux, but of the old mount implementation. I've sent a patch for

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