mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
d6a2fa7783
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
345 B
Bash
17 lines
345 B
Bash
#!/bin/sh
|
|
|
|
# sshguard.conf -- SSHGuard configuration
|
|
# Based on /usr/doc/sshguard-2.4.2/examples/sshguard.conf.sample
|
|
|
|
# Full path to backend executable.
|
|
|
|
BACKEND="/usr/libexec/sshg-fw-iptables"
|
|
|
|
# Space-separated list of log files to monitor.
|
|
|
|
FILES="/var/log/messages"
|
|
|
|
# Do not provide PID file path.
|
|
# It is handled by daemon(1).
|
|
|
|
PID_FILE=
|