summaryrefslogtreecommitdiff
path: root/weather-board.service
blob: f71587186821f8666645efd8b0d43bc775b87485 (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/python -u /home/yuval/dev/weather-station/mqtt_ha.py
Restart=on-failure
RestartSec=10
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target