~dricottone/huttese-apk

ref: 11c9b9fd0a1cb96deb2a1983bdca2de7ea5d480d huttese-apk/sr.ht/pushgateway/pushgateway.initd -rw-r--r-- 453 bytes
11c9b9fd — Sebastian py3-pygments: update Hare string grammar 2 years ago
                                                                                
d942cdec Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
name="pushgateway"
description="Prometheus push acceptor for ephemeral and batch jobs"
supervisor=supervise-daemon
command=/usr/bin/pushgateway
command_args="--web.listen-address=$pushgateway_bind_address"
command_user="prometheus:prometheus"

start_pre() {
	[ -n "$output_log" ] && checkpath -f "$output_log" \
		-m 644 -o prometheus:prometheus
	[ -n "$error_log" ] && checkpath -f "$error_log" \
		-m 644 -o prometheus:prometheus
}