diff options
| author | 2024-09-23 00:29:30 -0700 | |
|---|---|---|
| committer | 2024-09-23 10:40:34 +0100 | |
| commit | 78c4e562df29b61e05393df67026df4820ee35ae (patch) | |
| tree | d266fcdfc617c64cc059f5444145e143b751597b /docs | |
| parent | Remove non-breaking space from the sasl module comment. (diff) | |
Change PID example path from absolute to relative
The relative path is resolved based on the configured runtime directory,
which is determined at build time.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/inspircd.example.conf b/docs/conf/inspircd.example.conf index 50626f424..0b229cb99 100644 --- a/docs/conf/inspircd.example.conf +++ b/docs/conf/inspircd.example.conf @@ -539,7 +539,7 @@ # default of 'inspircd.pid' is used. # # # -#<pid file="/path/to/inspircd.pid"> +#<pid file="inspircd.pid"> #-#-#-#-#-#-#-#-#-#-#-#-#- LIST MODE LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-# # # |
