mirror of https://github.com/fail2ban/fail2ban
Merge pull request #1390 from khumarahn/xxx
ensure /var/run/fail2ban is created in systemd service filepull/794/merge
commit
99b668a3cc
|
@ -6,6 +6,7 @@ PartOf=iptables.service firewalld.service
|
|||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStartPre=/bin/mkdir -p /var/run/fail2ban
|
||||
ExecStart=/usr/bin/fail2ban-client -x start
|
||||
ExecStop=/usr/bin/fail2ban-client stop
|
||||
ExecReload=/usr/bin/fail2ban-client reload
|
||||
|
|
Loading…
Reference in New Issue