blob: c85d3af37434015bdf7d8330079c93588a6e6c93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Weather Board MQTT publisher for Home Assistant
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=yuval
WorkingDirectory=/home/yuval/dev/weather-station
ExecStart=/usr/bin/python3 /home/yuval/dev/weather-station/mqtt_ha.py
Restart=on-failure
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
|