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
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
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