mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
8 lines
254 B
Text
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"
|
|
|