summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
blob: 11115727bb0301b13a80c596a580625c0008b91c (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 /var/db/sshguard/blacklist.db SYSLOG_FACILITY=4 SYSLOG_FACILITY=10

[Install]
WantedBy=multi-user.target