Skip to content

Instantly share code, notes, and snippets.

@oliora
Created April 12, 2016 11:08
Show Gist options
  • Save oliora/bae31646172319579290417e81093c9d to your computer and use it in GitHub Desktop.
Save oliora/bae31646172319579290417e81093c9d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!--See more at http://superuser.com/a/1064474/581948-->
<key>Label</key>
<string>NAME.sshfs</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/sshfs</string>
<string>[USER@]HOST:REMOTE_DIR</string>
<string>MOUNT_DIR</string>
<string>-oreconnect,auto_cache,volname=FINDER_VOLUME_NAME</string>
<string>-f</string>
</array>
<key>RunAtLoad</key>
<true/>
<!--key>StandardOutPath</key>
<string>/Users/andreyu/Library/Logs/NAME.sshfs.log</string>
<key>StandardErrorPath</key>
<string>/Users/andreyu/Library/Logs/NAME.sshfs.err.log</string-->
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment