Skip to content

Instantly share code, notes, and snippets.

@calum-github
Last active November 13, 2015 01:41
Show Gist options
  • Select an option

  • Save calum-github/9d6ed49ca90228ce491e to your computer and use it in GitHub Desktop.

Select an option

Save calum-github/9d6ed49ca90228ce491e to your computer and use it in GitHub Desktop.
mount server launch agent
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.domain.calumhunter.dsnetbootstartup</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Scripts/mount_share.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment