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

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

[Install]
WantedBy=multi-user.target