Hi All,
I'd like to run sshguard 2.0 on my openBSD machine to test it out before
it's
released.
See here about the annocunement:
https://sourceforge.net/p/sshguard/mailman/message/35580961/
It installed fine, but the problem is I can't seem to get it to start at
boot.
I took a look at the existing sshguard start up script in ports and put
it at
/etc/rc.d. During the boot up process, I can see sshguard attempts to start
but after a little while, it will fail.
Any ideas on how to get sshguard to start at boot?
$ cat /etc/rc.d/sshguard
#!/bin/sh
#
# $OpenBSD: sshguard.rc,v 1.1 2011/03/07 17:44:16 rpointel Exp $
daemon="/usr/local/sbin/sshguard"
. /etc/rc.d/rc.subr
rc_bg=YES
rc_reload=NO
rc_cmd $1
Thanks,
j.b.