With systemd 195, an /etc/fstab line like /srv/www /home/www fuse.bindfs auto,group=foo,perms=g+rw 0 0 can fail to start if /dev/fuse does not exist yet. Is this systemctl could handle for me, or am I left to manually replace it by a dedicated mount unit that properly depends on {some fuse unit}?