1 | <?xml version='1.0' encoding='UTF-8'?> |
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" |
---|
3 | "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > |
---|
4 | <plist version='1.0'> |
---|
5 | <dict> |
---|
6 | <key>Label</key><string>org.macports.xymon</string> |
---|
7 | <key>UserName</key> |
---|
8 | <string>_xymon</string> |
---|
9 | <key>ProgramArguments</key> |
---|
10 | <array> |
---|
11 | <string>/opt/local/lib/xymon/server/bin/hobbitlaunch</string> |
---|
12 | <string>--config=/opt/local/lib/xymon/etc/hobbitlaunch.cfg</string> |
---|
13 | <string>--env=/opt/local/lib/xymon/etc/hobbitserver.cfg</string> |
---|
14 | <string>--log=/opt/local/var/log/xymon/hobbitlaunch.log</string> |
---|
15 | <string>--pidfile=/opt/local/var/log/xymon/hobbitlaunch.pid</string> |
---|
16 | </array> |
---|
17 | <key>Debug</key><false/> |
---|
18 | <key>Disabled</key><true/> |
---|
19 | <key>RunAtLoad</key><true/> |
---|
20 | </dict> |
---|
21 | </plist> |
---|