Files
EHS-Sentinel-Addon_for_Home…/ehs-sentinel.service
echoDaveD b2cd11f129 Feature/initial (#1)
* initial commit
* systemd service implementation
2025-02-11 20:47:47 +01:00

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