mirror of https://github.com/fail2ban/fail2ban
ENH: Add iptables and firewalld to "After" for systemd service file.
Also remove no longer supported syslog.target. Closes #658pull/663/head
parent
e437bd5e6f
commit
c7c203964c
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fail2ban Service
|
Description=Fail2Ban Service
|
||||||
After=syslog.target network.target
|
After=network.target iptables.service firewalld.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in New Issue