fix service

This commit is contained in:
Cyberes 2024-08-18 20:42:31 -06:00
parent 57fbbe4627
commit 64e82e95a9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
Type=simple
User=homeassistant
EnvironmentFile=/etc/secrets/space-weather
ExecStart=/srv/space-weather/ha-noaa-space-weather/venv/bin/python /srv/space-weather/ha-noaa-space-weather-sensor/feeder-mqtt/main.py
ExecStart=/srv/space-weather/ha-noaa-space-weather/venv/bin/python /srv/space-weather/ha-noaa-space-weather/feeder-mqtt/main.py
Restart=on-failure
RestartSec=5s