aboutsummaryrefslogtreecommitdiff
path: root/systemd/sensors_mqtt_receiver.service
blob: e67c112e95fc03f4abca76260b4b96c3c0a167bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=sensors mqtt receiver
After=network.target

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

[Install]
WantedBy=multi-user.target