goaccess rc.d file

kasak <[email protected]> Wed, 15 Jul 2026 15:44:04 +0300
Newsgroups gmane.os.openbsd.misc
Message-ID <[email protected]>
Hello, misc! I think this mail better suites to ports, but I don't want 
to bother devs with my questions.

Why are there no rc.d file for goaccess?

It's pretty siple though


#!/bin/ksh

daemon="/usr/local/bin/goaccess"

. /etc/rc.d/rc.subr

rc_cmd $1

Work flawlessly, but with root priveleges.