forked from pool/fail2ban
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
## Path: System/Security/Fail2ban
|
|
## Description: fail2ban options
|
|
## Type: string
|
|
## Default: fail2ban
|
|
## ServiceReload: fail2ban
|
|
## ServiceRestart: fail2ban
|
|
#
|
|
IDENT="fail2ban"
|
|
## Type: string
|
|
## Default: "fail2ban daemon"
|
|
DESCRIPTIVE="fail2ban daemon"
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# change FAIL2BAN_OPTIONS for arguments of start of cupsd
|
|
# e.g. FAIL2BAN_OPTIONS="-c /etc/fail2ban/fail2ban.conf"
|
|
FAIL2BAN_OPTIONS=""
|
|
|