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

[Service]
EnvironmentFile=/etc/conf.d/sshguard
ExecStart=/usr/lib/systemd/scripts/sshguard-journalctl -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS}

[Install]
WantedBy=multi-user.target