16 lines
346 B
SYSTEMD
16 lines
346 B
SYSTEMD
[Unit]
|
|
Description=Space Weather MQTT
|
|
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
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|