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

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

[Install]
WantedBy=multi-user.target