[Unit] Description=Mount remote fs with sshfs DefaultDependencies=no Conflicts=umount.target After=network-online.target Before=umount.target Wants=network-online.target [Install] WantedBy=multi-user.target [Mount] What="${REMOTE_USER}"@"${REMOTE_HOST}":"${REMOTE_RECS_DIR}" Where="${RECS_DIR}" Type=fuse.sshfs Options=delay_connect,_netdev,allow_other,IdentityFile=${HOME}/.ssh/id_ed25519,reconnect,ServerAliveInterval=30,ServerAliveCountMax=5,x-systemd.automount,uid=1000,gid=1000 TimeoutSec=60