mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 18:42:28 +00:00
8 lines
164 B
Plaintext
Executable File
8 lines
164 B
Plaintext
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
|