14 lines
360 B
Desktop File
14 lines
360 B
Desktop File
[Unit]
|
|
Description = EHS-Sentinel Reads Serial port data from a Samsung Heatpump and published the Measurements to MQTT
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = python3 <Path of the script you want to run>
|
|
Restart = on-failure
|
|
SyslogIdentifier = ehsSentinel
|
|
RestartSec = 5
|
|
TimeoutStartSec = infinity
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target |