mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
7 lines
208 B
Bash
Executable file
7 lines
208 B
Bash
Executable file
#!/sbin/openrc-run
|
|
name="prometheus-smartctl-exporter"
|
|
command="/usr/bin/smartctl-exporter"
|
|
command_args="$ARGS"
|
|
command_background="yes"
|
|
command_user="prometheus:prometheus"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|