1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4  <dict>
5    <key>Label</key>
6    <string>homebrew.mxcl.et</string>
7    <key>ProgramArguments</key>
8    <array>
9      <string>/usr/local/bin/etserver</string>
10      <string>--cfgFile</string>
11      <string>/usr/local/etc/et.conf</string>
12      <string>--daemon</string>
13    </array>
14    <key>RunAtLoad</key>
15    <true/>
16    <key>KeepAlive</key>
17    <false/>
18    <key>WorkingDirectory</key>
19    <string>/usr/local</string>
20    <key>StandardErrorPath</key>
21    <string>/tmp/et_err</string>
22    <key>StandardOutPath</key>
23    <string>/tmp/et_err</string>
24    <key>HardResourceLimits</key>
25    <dict>
26      <key>NumberOfFiles</key>
27      <integer>4096</integer>
28    </dict>
29    <key>SoftResourceLimits</key>
30    <dict>
31      <key>NumberOfFiles</key>
32      <integer>4096</integer>
33    </dict>
34  </dict>
35</plist>
36