View | Details | Raw Unified | Return to bug 246539
Collapse All | Expand All

(-)b/sysutils/node_exporter/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	node_exporter
4
PORTNAME=	node_exporter
5
PORTVERSION=	0.18.1
5
PORTVERSION=	0.18.1
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=v
7
DISTVERSIONPREFIX=v
7
CATEGORIES=	sysutils
8
CATEGORIES=	sysutils
8
9
(-)b/sysutils/node_exporter/files/node_exporter.in (-1 / +1 lines)
Lines 38-44 load_rc_config $name Link Here
38
pidfile=/var/run/node_exporter.pid
38
pidfile=/var/run/node_exporter.pid
39
command="/usr/sbin/daemon"
39
command="/usr/sbin/daemon"
40
procname="%%PREFIX%%/bin/node_exporter"
40
procname="%%PREFIX%%/bin/node_exporter"
41
command_args="-p ${pidfile} -T ${name} \
41
command_args="-f -p ${pidfile} -T ${name} \
42
    /usr/bin/env ${procname} \
42
    /usr/bin/env ${procname} \
43
    --web.listen-address=${node_exporter_listen_address} \
43
    --web.listen-address=${node_exporter_listen_address} \
44
    --collector.textfile.directory=${node_exporter_textfile_dir} \
44
    --collector.textfile.directory=${node_exporter_textfile_dir} \

Return to bug 246539