mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
8 lines
234 B
Bash
Executable file
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"
|