-
Notifications
You must be signed in to change notification settings - Fork 223
/
com.datadoghq.agent.plist.j2
33 lines (33 loc) · 1.08 KB
/
com.datadoghq.agent.plist.j2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>com.datadoghq.agent</string>
<key>EnvironmentVariables</key>
<dict>
<key>DD_LOG_TO_CONSOLE</key>
<string>false</string>
</dict>
<key>ProgramArguments</key>
<array>
<string>/opt/datadog-agent/bin/agent/agent</string>
<string>run</string>
</array>
<key>StandardOutPath</key>
<string>/opt/datadog-agent/logs/launchd.log</string>
<key>StandardErrorPath</key>
<string>/opt/datadog-agent/logs/launchd.log</string>
<key>ExitTimeOut</key>
<integer>10</integer>
<key>UserName</key>
<string>{{ agent_username }}</string>
<key>GroupName</key>
<string>{{ agent_groupname }}</string>
</dict>
</plist>