void-packages/srcpkgs/lm_sensors/files/fancontrol/run
2019-01-29 17:11:39 -02:00

4 lines
136 B
Bash

#!/bin/sh
[ -r conf ] && . conf
[ ! -r ${CONF_FILE:-/etc/fancontrol} ] && exit 1
exec /usr/bin/fancontrol ${CONF_FILE:-/etc/fancontrol}