ha-noaa-space-weather/feeder/systemd/space-weather-mqtt.service

16 lines
346 B
SYSTEMD
Raw Permalink Normal View History

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