summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2012-12-17 04:35:32 +0000
committerattilamolnar <attilamolnar@hush.com>2012-12-21 01:47:12 +0100
commit092f9d7ec1ebb6dd1475c152de8fafe66e8da83b (patch)
tree9e1b7b2df3eeace8f8241a8786d4620757b1fbf4
parent32208f45fe5cb6a309724fd645275f57b8d90fd7 (diff)
Fix property list arguments.
-rw-r--r--make/template/org.inspircd.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/org.inspircd.plist b/make/template/org.inspircd.plist
index 3112d51b1..1a5ba5b62 100644
--- a/make/template/org.inspircd.plist
+++ b/make/template/org.inspircd.plist
@@ -17,7 +17,7 @@
<key>ProgramArguments</key>
<array>
<string>inspircd</string>
- <string>-nofork</string>
+ <string>--nofork</string>
</array>
<key>ServiceIPC</key>
<false/>