aports/main/sshguard/sshguard.initd
2020-07-08 08:44:26 +00:00

14 lines
251 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
name="SSHGuard"
description="Protects hosts from brute-force attacks against SSH and other services"
command="/usr/sbin/sshguard"
command_args="$SSHGUARD_OPTS"
depend() {
after iptables
use logger
}