summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-06-25 23:59:09 +0200
committerAttila Molnar <attilamolnar@hush.com>2015-06-25 23:59:09 +0200
commiteb084fc8b2d3938c42fb39890482f6ac60915507 (patch)
tree8755b14a3fe4194a24bcac08eab4b0463eef5b6d
parent77b5bd0dbc10defcbc6bbc49df9da12d6a61dd8c (diff)
parent0207736989eb1bdd576386992fca33a4b92629c5 (diff)
Merge pull request #1066 from SaberUK/insp20+plist
[2.0] Log STDOUT and STDERR in the launchd script.
-rw-r--r--make/template/org.inspircd.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/template/org.inspircd.plist b/make/template/org.inspircd.plist
index 2656d1df3..4dac209f6 100644
--- a/make/template/org.inspircd.plist
+++ b/make/template/org.inspircd.plist
@@ -21,6 +21,10 @@
</array>
<key>ServiceIPC</key>
<false/>
+ <key>StandardOutPath</key>
+ <string>@LOG_DIR@/launchd-stdout.log</string>
+ <key>StandardErrorPath</key>
+ <string>@LOG_DIR@/launchd-stderr.log</string>
<key>UserName</key>
<string>ircdaemon</string>
</dict>