forked from pool/fail2ban
Marcus Meissner
833b3f3a02
- Add a new subpackage to install systemd drop-ins that couple SuSEfirewall2 and fail2ban. OBS-URL: https://build.opensuse.org/request/show/230864 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=44
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
# This drop-in file extends SuSEfirewall2.service to also start
|
|
# fail2ban.service, and to make sure that fail2ban is only (re)started after
|
|
# SFW has completed.
|
|
|
|
[Unit]
|
|
Wants=fail2ban.service
|
|
Before=fail2ban.service
|