]> arthur.barton.de Git - ngircd.git/commitdiff
Mac OS X LaunchDaemon script: log messages to /Library/Logs/ngIRCd.log
authorAlexander Barton <alex@barton.de>
Mon, 26 May 2008 15:48:02 +0000 (17:48 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 26 May 2008 15:48:02 +0000 (17:48 +0200)
contrib/MacOSX/de.barton.ngircd.plist.tmpl

index f54333d653c8e0cc48766fa3ec49984e19da6b7a..7f38d11456e693c7b921482d242967abb920b496 100644 (file)
@@ -15,5 +15,9 @@
        </array>
        <key>RunAtLoad</key>
        <true/>
+       <key>StandardErrorPath</key>
+       <string>/Library/Logs/ngIRCd.log</string>
+       <key>StandardOutPath</key>
+       <string>/Library/Logs/ngIRCd.log</string>
 </dict>
 </plist>