From 3052e47212e3c1c550c0a018cbe053c7f6860b4b Mon Sep 17 00:00:00 2001 From: reverse Date: Sun, 23 Aug 2026 02:35:32 +0000 Subject: [PATCH] docs: document the pidfile option in the example config --- echoircd.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/echoircd.conf.example b/echoircd.conf.example index a0c5adb..2ee0e04 100644 --- a/echoircd.conf.example +++ b/echoircd.conf.example @@ -5,6 +5,9 @@ servername = irc.example.net network = ExampleNet +# Write this server's PID here on boot so `echoircd rehash` (and `kill -HUP`) can +# find and signal it to reload the config in place. Omit to disable the pidfile. +pidfile = echoircd.pid # Listener addresses. `bind`, `bind_tls` and `bind_server` are all REPEATABLE — add a # line per address/port. A bare `[::]` binds IPv4 and IPv6 at once (dual-stack), and an # IPv4 client on it is normalized back to its real v4 address (not ::ffff:...). So a