mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
4 lines
136 B
Bash
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}
|