ENH: Add iptables and firewalld to "After" for systemd service file.

Also remove no longer supported syslog.target.
Closes #658
pull/663/head
Steven Hiscocks 2014-03-22 17:28:49 +00:00
parent e437bd5e6f
commit c7c203964c
1 changed files with 2 additions and 2 deletions

View File

@ -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