diff options
Diffstat (limited to 'contrib/MacOSX/de.barton.ngircd.plist.tmpl')
| -rw-r--r-- | contrib/MacOSX/de.barton.ngircd.plist.tmpl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/MacOSX/de.barton.ngircd.plist.tmpl b/contrib/MacOSX/de.barton.ngircd.plist.tmpl deleted file mode 100644 index 7f38d114..00000000 --- a/contrib/MacOSX/de.barton.ngircd.plist.tmpl +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>Disabled</key> - <true/> - <key>KeepAlive</key> - <true/> - <key>Label</key> - <string>de.barton.ngIRCd</string> - <key>ProgramArguments</key> - <array> - <string>:SBINDIR:/ngircd</string> - <string>--nodaemon</string> - </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> |