add devterm_fan_daemon_rpi systemctl service file

This commit is contained in:
cuu 2021-08-23 14:47:18 +08:00
parent 475f717f27
commit fa82bf1ebc

View File

@ -0,0 +1,10 @@
[Unit]
Description=devterm raspberry pi fan control daemon
[Service]
Type=simple
ExecStart=/usr/bin/python2 /usr/local/bin/temp_fan_daemon.py
[Install]
WantedBy=multi-user.target