summaryrefslogtreecommitdiffstats
path: root/števec.service
diff options
context:
space:
mode:
Diffstat (limited to 'števec.service')
-rw-r--r--števec.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/števec.service b/števec.service
new file mode 100644
index 0000000..795db96
--- /dev/null
+++ b/števec.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=listens to reports of 1000 imp/kWh power meter counter via UDP
+After=network.target
+
+[Service]
+Type=simple
+DynamicUser=yes
+RuntimeDirectory=števec
+ExecStart=/usr/local/bin/števec
+Restart=no
+
+[Install]
+WantedBy=multi-user.target