summaryrefslogtreecommitdiff
path: root/.org.inspircd.plist.inc
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-21 04:24:54 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-21 04:24:54 +0000
commit4a1755fe8c73c7d243f9eaa7a31aed0e0ebc81d9 (patch)
tree143ac76415cf4edc0d2ed2a385b8717f05d325ca /.org.inspircd.plist.inc
parentdf0c429e4b1d177335a23770999cf4b00dd532d6 (diff)
Apply OSX patch from BuildSmart that fixes installation issues.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7398 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.org.inspircd.plist.inc')
-rw-r--r--.org.inspircd.plist.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/.org.inspircd.plist.inc b/.org.inspircd.plist.inc
new file mode 100644
index 000000000..699e878c1
--- /dev/null
+++ b/.org.inspircd.plist.inc
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Iterations</key>
+ <integer>3</integer>
+ <key>Label</key>
+ <string>org.inspircd</string>
+ <key>LowPriorityIO</key>
+ <true/>
+ <key>Nice</key>
+ <integer>1</integer>
+ <key>OnDemand</key>
+ <false/>
+ <key>Program</key>
+ <string>@BINARY_DIR@/inspircd</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>inspircd</string>
+ <string>-nofork</string>
+ </array>
+ <key>ServiceIPC</key>
+ <false/>
+</dict>
+</plist>