mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
add devterm_fan_daemon_rpi systemctl service file
This commit is contained in:
parent
475f717f27
commit
fa82bf1ebc
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user