inital commit

This commit is contained in:
2019-09-03 15:26:39 +02:00
parent 26f4c1295a
commit 8aac0de0e1
3 changed files with 147 additions and 2 deletions

11
pyfan.service Normal file
View File

@@ -0,0 +1,11 @@
[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