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