mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-17 19:27:08 +02:00
8 lines
208 B
Bash
Executable File
8 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"
|