diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-08 22:16:52 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-11 15:12:48 +0100 |
| commit | 07219281ef2092a29050a3934937a2a0c8916e43 (patch) | |
| tree | 1156b065cda4f6e880c1a35943aaac16bc8c83c1 /contrib/de.barton.ngircd.plist | |
| parent | a5de81e48934c296d56aebed686b122001ec499f (diff) | |
| download | ngircd-07219281ef2092a29050a3934937a2a0c8916e43.tar.gz ngircd-07219281ef2092a29050a3934937a2a0c8916e43.zip | |
Remove unmaintained contrib/MacOSX/ folder
This includes removing the Xcode project. The sample launchd(8) configuration properties list file was moved to "contrib/de.barton.ngircd.plist" and kept.
Diffstat (limited to 'contrib/de.barton.ngircd.plist')
| -rw-r--r-- | contrib/de.barton.ngircd.plist | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/de.barton.ngircd.plist b/contrib/de.barton.ngircd.plist new file mode 100644 index 00000000..38754b5c --- /dev/null +++ b/contrib/de.barton.ngircd.plist @@ -0,0 +1,23 @@ +<?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>/opt/ngircd/sbin/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> |