diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /community/sshguard/sshguard.service | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 2012
Diffstat (limited to 'community/sshguard/sshguard.service')
-rw-r--r-- | community/sshguard/sshguard.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/sshguard/sshguard.service b/community/sshguard/sshguard.service new file mode 100644 index 000000000..6dc542427 --- /dev/null +++ b/community/sshguard/sshguard.service @@ -0,0 +1,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 |