4ec44530ca
The framework is now stable and we will start documenting it (at last).
16 lines
234 B
Bash
16 lines
234 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: munin_node.rc,v 1.4 2010/12/27 14:50:22 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/munin-node"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="perl: ${daemon}"
|
|
|
|
rc_pre() {
|
|
install -d -o _munin /var/run/munin
|
|
}
|
|
|
|
rc_cmd $1
|