diff options
| author | Mistivia <i@mistivia.com> | 2025-10-23 23:44:03 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-23 23:44:07 +0800 |
| commit | c8aeef18cb46a617b6397b9822263895e97e9048 (patch) | |
| tree | ebe127e7c194039f315b74a5998b05a271c57b9d /ngircd/contrib/de.barton.ngircd.plist | |
add ircd
Diffstat (limited to 'ngircd/contrib/de.barton.ngircd.plist')
| -rw-r--r-- | ngircd/contrib/de.barton.ngircd.plist | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ngircd/contrib/de.barton.ngircd.plist b/ngircd/contrib/de.barton.ngircd.plist new file mode 100644 index 0000000..38754b5 --- /dev/null +++ b/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> |
