summaryrefslogtreecommitdiff
path: root/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2182 from orlitzky/openrc-improvementsSergey G. Brester2022-01-104-68/+88
|\
| * files/fail2ban-openrc.init.in: add a comment about @RUNDIR@ in the future.Michael Orlitzky2021-05-141-0/+4
| * files/fail2ban-openrc.init.in: don't restart() with a broken config.Michael Orlitzky2021-05-141-1/+26
| * files/fail2ban-openrc.init.in: remove redundant "return" from start_pre.Michael Orlitzky2021-05-141-1/+1
| * files/fail2ban-openrc.init.in: mention that "reload" doesn't drop bans.Michael Orlitzky2021-05-141-1/+1
| * files/fail2ban-openrc.init: replace @BINDIR@ at build-time.Michael Orlitzky2021-05-141-5/+2
| * files/fail2ban-openrc.init: force the socket location in the service script.Michael Orlitzky2021-05-141-5/+17
| * files/fail2ban-openrc.conf: add back the "-x" example.Michael Orlitzky2021-05-141-1/+1
| * files/fail2ban-openrc*: let start-stop-daemon manage the server.Michael Orlitzky2021-05-142-23/+10
| * files/fail2ban-openrc.init: remove the "showlog" command.Michael Orlitzky2021-05-141-6/+1
| * files/fail2ban-openrc.init: use the standard OpenRC "retry" variable.Michael Orlitzky2018-07-151-1/+2
| * files/fail2ban-openrc.init: use RC_SVCNAME instead of hard-coding the name.Michael Orlitzky2018-07-151-6/+6
| * files/fail2ban-openrc.init: move pre-flight checks into start_pre().Michael Orlitzky2018-07-151-4/+8
| * files/fail2ban-openrc.init: use a variable for the pid file location.Michael Orlitzky2018-07-151-2/+3
| * files/fail2ban-openrc.init: replace FAIL2BAN with standard OpenRC variables.Michael Orlitzky2018-07-151-4/+5
| * files/fail2ban-openrc.init: change "need logger" dependency to "use logger".Michael Orlitzky2018-07-151-1/+1
| * files/fail2ban-openrc.init: drop "need net" dependency.Michael Orlitzky2018-07-151-1/+0
| * files/fail2ban-openrc.conf: remove a commented example setting.Michael Orlitzky2018-07-151-5/+1
| * files/fail2ban-openrc.conf: remove hard-coded paths.Michael Orlitzky2018-07-151-3/+1
| * fail2ban/files: rename "gentoo" files to "openrc".Michael Orlitzky2018-07-152-0/+0
* | fail2ban.service systemd unit template: don't add user site directory to pyth...sebres2020-04-151-0/+1
* | amend to #2174 for fail2ban.service, fix legacy path, closes gh-2474Sergey G. Brester2019-07-171-2/+2
* | Merge pull request #2348 from szepeviktor/deb-initd-retrySergey G. Brester2019-03-271-64/+82
|\ \
| * | Fix whitespacesViktor Szépe2019-02-171-1/+1
| * | Normalizing quote usage in initdViktor Szépe2019-02-171-11/+11
| * | ENH: disable shell check for $DAEMON_ARGS expansionYaroslav Halchenko2019-02-171-0/+2
| * | Safer, nicer, uniform Debian initd scriptViktor Szépe2019-02-171-54/+70
* | | tmpfiles.d: don't use legacy directory pathEli Schwartz2019-03-131-1/+1
|/ /
* | closes #2313: missing dependency to nftables.serviceSergey G. Brester2019-01-061-2/+2
* | BF: $value not $codeYaroslav Halchenko2018-07-241-1/+1
* | BF: account that now code 255 is the one to say "it is Ok, we are already run...Yaroslav Halchenko2018-07-241-5/+11
* | BF: debian-initd, exit with exit code in logend_msg_wrapperYaroslav Halchenko2018-07-241-1/+2
|/
* added new logtarget "SYSOUT" to log from fail2ban working in foreground as sy...sebres2017-11-262-3/+3
* Merge remote-tracking branch 'remotes/gh-upstream/master' into 0.10sebres2017-11-061-0/+3
|\
| * gentoo-initd: add descriptionsStuart Cardall2017-11-011-0/+3
* | add ip6tables.service ipset.service in systemd unitmartin612017-10-191-2/+2
* | Fix Gentoo init script's shebangLouis Sautier2017-09-111-1/+1
* | - `files/fail2ban.service` renamed as template to `files/fail2ban.service.in`;sebres2017-08-231-4/+4
* | Merge remote-tracking branch 'master' into 0.10sebres2017-07-191-1/+1
|\ \ | |/
| * Merge pull request #1390 from khumarahn/xxxSerg G. Brester2017-07-111-0/+1
| |\
| | * ensure /var/run/fail2ban is created in systemd service fileAlexey Korepanov2016-04-121-0/+1
| * | Wait up to 30 seconds on "stop" to avoid errors.Hank Leininger2016-12-281-1/+1
* | | Solution for issue #1665oliverdorn2017-01-131-1/+1
* | | if fail2ban running as systemd-service, for logging to the systemd-journal, t...sebres2016-11-241-0/+2
* | | automatically creates /var/run/fail2ban before start fail2ban (systems which ...sebres2016-11-241-0/+1
* | | systemd service update:sebres2016-11-221-3/+4
|/ /
* | By the author:Viktor Szépe2016-09-221-1/+1
* | fixed --pidfile bug, introduced in gh-1322:sebres2016-05-201-4/+4
|/
* gentoo-initd: Use start-stop-daemon in order to handle crashes betterJack Suter2016-02-161-2/+4
* Merge branch 'logrotate' of https://github.com/sbraz/fail2banYaroslav Halchenko2016-02-101-3/+1
|\