1
0
Files
thermostat/sensor.service
2021-04-29 09:36:49 -05:00

10 lines
183 B
Desktop File

[Unit]
Description=Thermostat Sensor
[Service]
EnvironmentFile=-%E/thermostat/sensor
ExecStart=/usr/bin/python3 -m thermostat.sensor
Restart=always
[Install]
WantedBy=default.target