mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: Add iptables and firewalld to "After" for systemd service file.
Also remove no longer supported syslog.target. Closes #658
This commit is contained in:
parent
e437bd5e6f
commit
c7c203964c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue