docs: document the pidfile option in the example config

This commit is contained in:
Jean Chevronnet 2026-08-23 02:35:32 +00:00
parent 34342e110f
commit 3052e47212
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -5,6 +5,9 @@
servername = irc.example.net servername = irc.example.net
network = ExampleNet 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 # 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 # 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 # IPv4 client on it is normalized back to its real v4 address (not ::ffff:...). So a