summaryrefslogtreecommitdiff
path: root/systemd/inverter_mqtt_sender.service
blob: bf6ab616180577d7aea99bed0adbd3fa10ffeb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Inverter MQTT sender
After=inverterd.service

[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/bin/inverter_mqtt_util.py sender
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target