homekit/systemd/inverter_mqtt_sender.service
2023-06-10 23:02:34 +03:00

13 lines
242 B
Desktop File

[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