monasca-agent/packaging/datadog-agent/osx/com.datadoghq.Agent.plist.e...

21 lines
570 B
XML

<?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>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.datadoghq.Agent</string>
<key>Program</key>
<string>AGENT_BASE/bin/agent</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>USER_NAME</string>
<key>WorkingDirectory</key>
<string>AGENT_BASE</string>
<key>StandardErrorPath</key>
<string>AGENT_BASE/launchd/logs/launchd.log</string>
</dict>
</plist>