mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Our OpenRC service script performs two tasks before starting the service: 1. It removes any stake sockets (from e.g. a system crash). 2. It ensures that the PID file directory exists. These have both been moved into the "start_pre" phase, which is designed to do such things (and will allow us to simplify the "start" phase in the future). The existing "mkdir -p" has also been converted into a "checkpath -d" command which is built-in to OpenRC. |
||
|---|---|---|
| .. | ||
| cacti | ||
| logwatch | ||
| monit | ||
| nagios | ||
| bash-completion | ||
| debian-initd | ||
| fail2ban-logrotate | ||
| fail2ban-openrc.conf | ||
| fail2ban-openrc.init | ||
| fail2ban-tmpfiles.conf | ||
| fail2ban.service.in | ||
| fail2ban.upstart | ||
| gen_badbots | ||
| ipmasq-ZZZzzz_fail2ban.rul | ||
| macosx-initd | ||
| redhat-initd | ||
| solaris-fail2ban.xml | ||
| solaris-svc-fail2ban | ||
| suse-initd | ||