files/fail2ban-openrc.init.in: add a comment about @RUNDIR@ in the future.

pull/2182/head
Michael Orlitzky 2018-07-15 18:28:37 -04:00
parent 4d2841832c
commit 78dddb75e6
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ description_reload="reload configuration without dropping bans"
extra_started_commands="reload"
# Can't (and shouldn't) be changed by the end-user.
#
# Note that @BINDIR@ is already supplied by the build system. Some
# day, it might be nice to have @RUNDIR@ supplied by the build system
# as well, so that we don't have to hard-code /run here.
FAIL2BAN_RUNDIR="/run/${RC_SVCNAME}"
FAIL2BAN_SOCKET="${FAIL2BAN_RUNDIR}/${RC_SVCNAME}.sock"