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

[Service]
User=user
Group=user
Restart=on-failure
ExecStart=/home/user/homekit/src/sensors_mqtt_sender.py
WorkingDirectory=/home/user

[Install]
WantedBy=multi-user.target