]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - make/template/org.inspircd.plist
Merge pull request #1063 from SaberUK/insp20+cert-warning
[user/henk/code/inspircd.git] / make / template / org.inspircd.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>Iterations</key>
6         <integer>3</integer>
7         <key>KeepAlive</key>
8         <true/>
9         <key>Label</key>
10         <string>org.inspircd</string>
11         <key>LowPriorityIO</key>
12         <true/>
13         <key>Nice</key>
14         <integer>1</integer>
15         <key>Program</key>
16         <string>@BINARY_DIR@/inspircd</string>
17         <key>ProgramArguments</key>
18         <array>
19                 <string>inspircd</string>
20                 <string>--nofork</string>
21         </array>
22         <key>ServiceIPC</key>
23         <false/>
24         <key>StandardOutPath</key>
25         <string>@LOG_DIR@/launchd-stdout.log</string>
26         <key>StandardErrorPath</key>
27         <string>@LOG_DIR@/launchd-stderr.log</string>
28         <key>UserName</key>
29         <string>ircdaemon</string>
30 </dict>
31 </plist>