blob: eb58d8cd96389649b058f57f2fcb9222062b35f8 (
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 /home/yuval/dev/weather-station/mqtt_ha.py
Restart=on-failure
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
|