Files
PyFan/pyfan.service

12 lines
189 B
SYSTEMD
Raw Permalink Normal View History

2019-09-03 15:26:39 +02:00
[Unit]
2019-10-04 10:12:59 +02:00
Description=PID based fan control
2019-09-03 15:26:39 +02:00
ConditionFileNotEmpty=/etc/pyfan
After=lm_sensors.service
[Service]
Type=simple
2019-10-04 10:23:47 +02:00
ExecStart=/usr/sbin/pyfan.py
2019-09-03 15:26:39 +02:00
[Install]
WantedBy=multi-user.target