mirror of https://github.com/fail2ban/fail2ban
af24c52558
Our OpenRC service script contained a "need logger" dependency, which meant that the life cycle of the fail2ban service was tied to that of the system logger service. That isn't quite correct: fail2ban functions fine even if the system logger is stopped: 1. fail2ban is capable of analyzing non-syslog log files. 2. Even if fail2ban is solely analyzing syslog files, we don't want to stop the fail2ban service simply because syslog was stopped -- fail2ban just won't see any new log lines until syslog is started again. This commit changes the "need net" dependency to "use net", which will still attempt to start the system logger service, but which won't kill fail2ban if the system logger is ever stopped. |
||
---|---|---|
.. | ||
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 |