From 577f3b123b319414b4fa50ff9d2838015ccb372e Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Mon, 30 Jan 2023 20:05:25 +0100 Subject: adding handler for tempsensors on mqtt --- mqtt_temps.service | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mqtt_temps.service (limited to 'mqtt_temps.service') diff --git a/mqtt_temps.service b/mqtt_temps.service new file mode 100644 index 0000000..d6a859e --- /dev/null +++ b/mqtt_temps.service @@ -0,0 +1,19 @@ +[Unit] +Description=Simple service to start python-listener +StartLimitIntervalSec=100 +StartLimitBurst=5 + +[Service] +Type=simple +EnvironmentFile=%h/energyscripts/.env +WorkingDirectory=%h/energyscripts +ExecStart=%h/energyscripts/venv/bin/python3 -u mqtt_temps.py +Restart=on-failure +TimeoutStopSec=70 +RestartSec=30 +SyslogIdentifier=mqtt_temps +#StandardOutput=journal +#StandardError=journal + +[Install] +WantedBy=default.target -- cgit v1.2.3