summaryrefslogtreecommitdiff
path: root/community/sshguard/sshguard.service
blob: 6dc54242777e28fab3eec3db48134ff0d5ed8979 (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/sbin/sshguard -l /var/log/auth.log -b /var/db/sshguard/blacklist.db ${SSHGUARD_ARGS}

[Install]
WantedBy=multi-user.target