summaryrefslogtreecommitdiff
path: root/systemd/sensors_mqtt_receiver.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/sensors_mqtt_receiver.service')
-rw-r--r--systemd/sensors_mqtt_receiver.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/sensors_mqtt_receiver.service b/systemd/sensors_mqtt_receiver.service
new file mode 100644
index 0000000..e67c112
--- /dev/null
+++ b/systemd/sensors_mqtt_receiver.service
@@ -0,0 +1,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