mirror of https://github.com/fail2ban/fail2ban
Add documentation link to systemd service file
So systemctl help fail2ban.service works Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>pull/667/head
parent
1695d5c076
commit
ebed0d23c9
|
@ -1,5 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fail2Ban Service
|
Description=Fail2Ban Service
|
||||||
|
Documentation=man:fail2ban(1)
|
||||||
After=network.target iptables.service firewalld.service
|
After=network.target iptables.service firewalld.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in New Issue