summaryrefslogtreecommitdiff
path: root/systemd/inverter_mqtt_sender.service
blob: 34272bb4bbd2f18c1056f4c2c679717fe2022a3a (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/src/inverter_mqtt_util.py sender
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target