This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-pillar/base/hostconfig/wohnz.sls
2020-07-11 12:57:33 +02:00

22 lines
476 B
Plaintext

hardware:
raspberrypi:
fan:
has_fan: True
controller: /usr/local/bin/fan_ctrl.py
service_name: fancontroller
systemd:
service:
fancontroller:
Unit:
Description: Controlling the Fan via PWM
After: base.target
Service:
ExecStart: /usr/local/bin/fan_ctrl.py
User: prometheus
Group: gpio
Environment: RPI_FANPIN=21 RPI_FAN_DEBUG=False
Install:
WantedBy: multi-user.target