docs: document the pidfile option in the example config
This commit is contained in:
parent
34342e110f
commit
3052e47212
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue