#!/usr/bin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

supervisor=supervise-daemon
command="/usr/bin/sshguard"
pidfile="${SSHGUARD_PIDFILE:-/run/${SVCNAME}.pid}"
command_args="${SSHGUARD_OPTS}"

depend() {
	after iptables
	use logger
}
