summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
blob: ad9f90ce2b408dbd7db70539d39aa911bb6153b9 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Block hacking attempts
Wants=sshd.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