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

13 lines
443 B

#!/sbin/openrc-run
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Process Exporter for Prometheus"
command=/usr/bin/process-exporter
command_args="--config.path /etc/process-exporter/all.yaml
${COMMAND_ARGS}"
command_background=yes
error_log=/var/log/process-exporter/${RC_SVCNAME}.log
output_log=/var/log/process-exporter/${RC_SVCNAME}.log
pidfile=/var/run/${RC_SVCNAME}.pid