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]
|
||||
Description=Fail2ban Service
|
||||
After=syslog.target network.target
|
||||
Description=Fail2Ban Service
|
||||
After=network.target iptables.service firewalld.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
|
Loading…
Reference in New Issue