aboutsummaryrefslogtreecommitdiff
path: root/templates/prometheus.runit
blob: 9866d08517f54db33b25c482254df89718410a7d (plain) (blame)
1
2
3
4
5
#!/bin/sh
exec 3>>{{prometheus_log}} 2>&3 1>&3
exec chpst -u {{prometheus_user}} \
	{{prometheus_home_dir}}/prometheus/prometheus \
	{{prometheus_opts | replace('\n', ' ')}} \