18 lines
399 B
Bash

#!/bin/ksh
#
# $OpenBSD: prometheus.rc,v 1.3 2021/02/27 09:28:50 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/prometheus"
daemon_flags="--config.file ${SYSCONFDIR}/prometheus/prometheus.yml"
daemon_flags="${daemon_flags} --storage.tsdb.path '${LOCALSTATEDIR}/prometheus'"
daemon_logger="daemon.info"
daemon_user="_prometheus"
. /etc/rc.d/rc.subr
pexp="${daemon}.*"
rc_bg=YES
rc_reload=NO
rc_cmd $1