9e358a7825
Use @extraunexec instead of @extra. Always start the server in check mode. from robert@
10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: samhain_signed.rc,v 1.2 2012/09/07 13:39:43 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/samhain.signed -t check"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|