1
0
Fork 0
thermostat/sensor.service

10 lines
183 B
INI

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