summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
blob: d6324d459d6d86ead595c8da4afb628a590efac0 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Block hacking attempts
After=iptables.service ip6tables.service network.target
Wants=iptables.service ip6tables.service

[Service]
ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db

[Install]
WantedBy=multi-user.target