homekit/systemd/inverter_mqtt_sender.service
2022-04-24 01:33:04 +03:00

13 lines
237 B
Desktop File

[Unit]
Description=Inverter MQTT sender
After=inverterd.service
[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/src/inverter_mqtt_sender.py
WorkingDirectory=/home/user
[Install]
WantedBy=multi-user.target