Files
PyFan/pyfan.service
2019-09-03 15:27:49 +02:00

12 lines
191 B
Desktop File

[Unit]
Description=Start PyFan fan control
ConditionFileNotEmpty=/etc/pyfan
After=lm_sensors.service
[Service]
Type=simple
ExecStart=/usr/sbin/pyfan.py
[Install]
WantedBy=multi-user.target