summaryrefslogtreecommitdiff
path: root/app-metrics/process-exporter/files/process-exporter.initd
blob: d739825ecdfc3e7921e43bf6830a8519d0a156dd (plain)
1
2
3
4
5
6
7
8
#!/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