summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
blob: 1c019fde23ac2b72b2b2534f822827363bb50389 (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" SYSLOG_FACILITY=4 SYSLOG_FACILITY=10

[Install]
WantedBy=multi-user.target