mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-21 23:58:51 -05:00
Make pidfile section more clear
Add information about containers and change the sugested setting to the thing we propose in the comment.
This commit is contained in:
parent
2f1f84165f
commit
3815c7f238
@ -338,8 +338,12 @@ daemonize no
|
||||
# nothing bad happens, the server will start and run normally.
|
||||
#
|
||||
# Note that on modern Linux systems "/run/redict.pid" is more conforming
|
||||
# and should be used instead.
|
||||
pidfile /var/run/redict_6379.pid
|
||||
# than "/var/run/redict.pid" and should be used instead. If you are running
|
||||
# as a non-root user, you'll need to make sure that the the user running
|
||||
# redict is able to create files there. This is the case for the redict
|
||||
# containers. A simple workaround in that case is to create the pidfile in the
|
||||
# /data or /tmp directory.
|
||||
pidfile /run/redict_6379.pid
|
||||
|
||||
# Specify the server verbosity level.
|
||||
# This can be one of:
|
||||
|
Loading…
Reference in New Issue
Block a user