2024-08-16 23:20:58 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Space Weather VTEC
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=homeassistant
|
|
|
|
EnvironmentFile=/etc/secrets/space-weather
|
2024-08-18 20:42:31 -06:00
|
|
|
ExecStart=/srv/space-weather/ha-noaa-space-weather/venv/bin/python /srv/space-weather/ha-noaa-space-weather/feeder-mqtt/main.py
|
2024-08-16 23:20:58 -06:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|