diff options
| -rw-r--r-- | weather-board.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weather-board.service b/weather-board.service index eb58d8c..f715871 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/python /home/yuval/dev/weather-station/mqtt_ha.py +ExecStart=/usr/bin/python -u /home/yuval/dev/weather-station/mqtt_ha.py Restart=on-failure RestartSec=10 StandardOutput=journal |
