diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:29:28 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:29:28 +0800 |
| commit | 9f42c2d5f911cb4e215d7873221e642ce7df4d61 (patch) | |
| tree | 6dac90a889a7402a9556d3d1bcc5cb53cdb9f123 /deprecated-ngircd/contrib/de.barton.ngircd.plist | |
| parent | fb2d9de539b660a261af19b1cbcceb7ee7980cb1 (diff) | |
deprecate webircdateway and ngircd
Diffstat (limited to 'deprecated-ngircd/contrib/de.barton.ngircd.plist')
| -rw-r--r-- | deprecated-ngircd/contrib/de.barton.ngircd.plist | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/deprecated-ngircd/contrib/de.barton.ngircd.plist b/deprecated-ngircd/contrib/de.barton.ngircd.plist new file mode 100644 index 0000000..38754b5 --- /dev/null +++ b/deprecated-ngircd/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> |
