sshfs hangs on fedora

You can fix this with some extra service and systemd:

[Unit]
After=network.target

[Service]
RemainAfterExit=yes
ExecStart=-/bin/true
ExecStop=-/usr/bin/pkill sshfs

[Install]
WantedBy=multi-user.target

place this to /etc/systemd/system/

Leave a Reply

Your email address will not be published. Required fields are marked *