[BACK]Return to de.barton.ngircd.plist.tmpl CVS log [TXT][DIR] Up to [local] / ircnowd / contrib / MacOSX

Annotation of ircnowd/contrib/MacOSX/de.barton.ngircd.plist.tmpl, Revision 1.1

1.1     ! tomglok     1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        !             3: <plist version="1.0">
        !             4: <dict>
        !             5:        <key>Disabled</key>
        !             6:        <true/>
        !             7:        <key>KeepAlive</key>
        !             8:        <true/>
        !             9:        <key>Label</key>
        !            10:        <string>de.barton.ngIRCd</string>
        !            11:        <key>ProgramArguments</key>
        !            12:        <array>
        !            13:                <string>:SBINDIR:/ngircd</string>
        !            14:                <string>--nodaemon</string>
        !            15:        </array>
        !            16:        <key>RunAtLoad</key>
        !            17:        <true/>
        !            18:        <key>StandardErrorPath</key>
        !            19:        <string>/Library/Logs/ngIRCd.log</string>
        !            20:        <key>StandardOutPath</key>
        !            21:        <string>/Library/Logs/ngIRCd.log</string>
        !            22: </dict>
        !            23: </plist>

CVSweb