Created
April 12, 2016 11:08
-
-
Save oliora/bae31646172319579290417e81093c9d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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