openbsd-ports/net/munin/pkg/munin_asyncd.rc
kirby 040575f9d0 - bugfix update to munin-2.0.21
- move async and asyncd to -main package
 - add asyncd rc script
 - move @sample /var/db/munin/ to PLIST-main (requested by sthen@)

with input from ajacoutot@
OK sthen@
2014-05-30 10:28:17 +00:00

15 lines
227 B
Bash

#!/bin/sh
#
# $OpenBSD: munin_asyncd.rc,v 1.1 2014/05/30 10:28:17 kirby Exp $
daemon="${TRUEPREFIX}/libexec/munin/munin-asyncd --fork"
daemon_user="_munin"
. /etc/rc.d/rc.subr
pexp="perl: munin-asyncd"
rc_bg=YES
rc_cmd $1