1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/prometheus-snmp-exporter/prometheus-snmp-exporter.initd
2020-01-09 17:45:18 +01:00

8 lines
254 B
Text

#!/sbin/openrc-run
name="prometheus-snmp-exporter"
description="prometheus monitoring system & time series database"
supervisor=supervise-daemon
command=/usr/bin/prometheus-snmp-exporter
command_args="$command_args"
command_user="prometheus:prometheus"