]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Log STDOUT and STDERR in the launchd script.
authorPeter Powell <petpow@saberuk.com>
Tue, 23 Jun 2015 21:45:03 +0000 (22:45 +0100)
committerPeter Powell <petpow@saberuk.com>
Wed, 24 Jun 2015 22:06:11 +0000 (23:06 +0100)
make/template/org.inspircd.plist

index 2656d1df3e0339ea90345ca7d4f6f4670250e7dc..4dac209f666e3ef8aa612835dd55fa3a30af1876 100644 (file)
        </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>