summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-06-23 22:45:03 +0100
committerPeter Powell <petpow@saberuk.com>2015-06-24 23:06:11 +0100
commit0207736989eb1bdd576386992fca33a4b92629c5 (patch)
tree8755b14a3fe4194a24bcac08eab4b0463eef5b6d /make
parent77b5bd0dbc10defcbc6bbc49df9da12d6a61dd8c (diff)
Log STDOUT and STDERR in the launchd script.
Diffstat (limited to 'make')
-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>