<?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.zerotier.one</string> <key>UserName</key> <string>root</string> <key>ProgramArguments</key> <array> <string>/Library/Application Support/ZeroTier/One/launch.sh</string> </array> <key>WorkingDirectory</key> <string>/Library/Application Support/ZeroTier/One</string> <key>StandardOutPath</key> <string>/dev/null</string> <key>StandardErrorPath</key> <string>/dev/null</string> <key>KeepAlive</key> <true/> </dict> </plist>