aports/testing/prometheus-smartctl-exporter/smartctl-exporter.initd
2023-06-30 11:18:10 +02:00

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"