Skip to content

Instantly share code, notes, and snippets.

@moonwatcher
Created July 16, 2015 16:11
Show Gist options
  • Save moonwatcher/ce3f1985d5e9bc4744f1 to your computer and use it in GitHub Desktop.
Save moonwatcher/ce3f1985d5e9bc4744f1 to your computer and use it in GitHub Desktop.
<?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>org.openvpn.portodelgato</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/openvpn</string>
<string>--config</string>
<string>/usr/local/etc/openvpn/portodelgato/shaft.ovpn</string>
</array>
<key>OnDemand</key>
<false/>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>WorkingDirectory</key>
<string>/usr/local</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/openvpn.portodelgato.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/openvpn.portodelgato.log</string>
<key>TimeOut</key>
<integer>90</integer>
<key>WorkingDirectory</key>
<string>/usr/local/etc/openvpn</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment