7 lines
164 B
Text
Executable file
7 lines
164 B
Text
Executable file
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
. /bin/common.sh
|
|
|
|
log_info 'Starting fail2ban ...'
|
|
exec /usr/bin/fail2ban-client -c /fail2ban -x -vv -f start
|