aports/community/hd-idle/hd-idle.initd
2022-04-02 00:44:17 +00:00

14 lines
248 B
Plaintext

#!/sbin/openrc-run
description="hd-idle"
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/sbin/hd-idle"
command_args="-l ${LOGFILE} -i 0 -c ${DISK_TYPE} -a ${DISK} -i ${IDLE_TIME}"
command_background=yes
depend() {
need localmount
after modules
}