Created
January 9, 2016 09:45
-
-
Save xavier83/5a536805f9b65d62cdc9 to your computer and use it in GitHub Desktop.
Afuse Systemd Unitfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Afuse daemon | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/afuse -f -o mount_template='sshfs -o ServerAliveInterval=10 -o reconnect %%r:/ %%m' -o unmount_template='fusermount -u -z %%m' %h/.mnt/ssh | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment