~dricottone/huttese-apk

ref: 2ff2cf79506c27c43c24f5bb1bc5a4affaca22c6 huttese-apk/sr.ht/sachet/sachet.initd -rw-r--r-- 521 bytes
2ff2cf79 — Drew DeVault meta.sr.ht: use app, not app_dispatch, w/gunicorn 4 years ago
                                                                                
b850e84c Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
name="alertmanager"
description="alert manager for the prometheus monitoring system"
supervisor=supervise-daemon
command=/usr/bin/prometheus
command_args="--config.file=$alertmanager_config_file \
	--storage.path=$alertmanager_storage_path"
command_user="prometheus:prometheus"
pidfile="/run/${RC_SVCNAME}.pid"

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
}