blob: 99efa9b931d17715ea46be8c663f6358062ed89a (
plain)
1
2
3
4
5
|
post_install() {
systemctl enable dell-g5se-fanctl-sleep
echo "To control fans via a systemd service, configure the service in \`/etc/dell-g5se-fanctl.conf\` and enable the dell-g5se-fanctl service."
}
|