-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathec2-internal-dns-resolver.plist
More file actions
33 lines (25 loc) · 926 Bytes
/
Copy pathec2-internal-dns-resolver.plist
File metadata and controls
33 lines (25 loc) · 926 Bytes
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>Label</key>
<string>ec2-internal-dns-resolver.plist</string>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>20</integer>
<key>StandardErrorPath</key>
<string>/Users/ecook/Library/Logs/ec2-internal-dns-resolver/stderr.log</string>
<key>StandardOutPath</key>
<string>/Users/ecook/Library/Logs/ec2-internal-dns-resolver/stdout.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string><![CDATA[/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin]]></string>
</dict>
<key>ProgramArguments</key>
<array>
<string>/Users/ecook/p/ec2-internal-dns-resolver/bin/ec2-internal-dns-resolver</string>
</array>
</dict>
</plist>