2024-08-16 23:20:58 -06:00
|
|
|
[Unit]
|
2024-09-03 16:37:39 -06:00
|
|
|
Description=Space Weather Cache
|
2024-09-04 16:58:42 -06:00
|
|
|
After=network.target space-weather-cache.service
|
2024-08-16 23:20:58 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=homeassistant
|
|
|
|
EnvironmentFile=/etc/secrets/space-weather
|
2024-09-03 16:37:39 -06:00
|
|
|
ExecStart=/srv/ha-noaa-space-weather/venv/bin/python /srv/ha-noaa-space-weather/feeder/cache.py
|
|
|
|
SyslogIdentifier=space-weather-cache
|
2024-08-16 23:20:58 -06:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|