15 lines
345 B
SYSTEMD
15 lines
345 B
SYSTEMD
[Unit]
|
|
Description=Space Weather VTEC
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=homeassistant
|
|
EnvironmentFile=/etc/secrets/space-weather
|
|
ExecStart=/srv/space-weather/ha-noaa-space-weather-sensor/venv/bin/python /srv/space-weather/ha-noaa-space-weather-sensor/main.py
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|