From 2b4313e6415fdd3e777721417cd4a492ceb6593c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 17 Mar 2026 11:59:49 +0100 Subject: Fix systemd unit: use /usr/bin/python (has paho-mqtt on 3.14) --- weather-board.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-board.service b/weather-board.service index c85d3af..eb58d8c 100644 --- a/weather-board.service +++ b/weather-board.service @@ -7,7 +7,7 @@ Wants=network-online.target Type=simple User=yuval WorkingDirectory=/home/yuval/dev/weather-station -ExecStart=/usr/bin/python3 /home/yuval/dev/weather-station/mqtt_ha.py +ExecStart=/usr/bin/python /home/yuval/dev/weather-station/mqtt_ha.py Restart=on-failure RestartSec=10 StandardOutput=journal -- cgit v1.3.1