homekit/systemd/inverter_mqtt_sender.service
2024-02-17 03:08:25 +03:00

14 lines
243 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