daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
14 lines
225 B
Bash
14 lines
225 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: ntopng.rc,v 1.2 2018/01/11 19:27:07 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/ntopng --daemon"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_pre() {
|
|
/usr/bin/install -d -o _ntopng -g wheel -m 750 /var/run/ntopng
|
|
}
|
|
|
|
rc_cmd $1
|