1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/prometheus-libvirt-exporter/libvirt-exporter.initd
2022-08-10 18:31:01 +02:00

8 lines
234 B
Bash
Executable file

#!/sbin/openrc-run
name="prometheus-libvirt-exporter"
supervisor=supervise-daemon
command="/usr/bin/libvirt-exporter"
command_args="$ARGS"
command_background="yes"
command_user="prometheus:prometheus"
pidfile="/run/${RC_SVCNAME}.pid"