Cannot autostart SSHFS mounts with systemd anymore (since LibreElec 11)

  • Hello everybody,

    I have a problem since last major update to LE 11 on a Raspberry Pi 4. I have a couple of sshfs shares that were automatically mounted via systemd service files at boot time. Now they do not start automatically anymore, and I cannot start them manually neither through systemd. I can mount the drives via command line using the 'sshfs' command (in fact, using the same command that is specified on the unit file). I saw previous problems with a similar setup, but again, this was working OK until I updated last week.

    Any ideas? Thanks :)

    systemd status:

    systemd unit file:

    currently working manual command (what + options + where):

    Code
    /storage/.kodi/addons/virtual.network-tools/bin/sshfs -o allow_other,reconnect,default_permissions,IdentityFile=/storage/.ssh/drive root@drive:/shares/Folder /storage/nfs/Folder