You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-metrics/process-exporter/files/process-exporter.initd

9 lines
265 B

#!/sbin/openrc-run
description="Process Exporter for Prometheus"
command=/usr/bin/process-exporter
command_args="--config.path /etc/process-exporter/all.yaml
--web.listen-address=:9256 ${COMMAND_ARGS}"
command_background=yes
pidfile=/var/run/process-exporter.pid