summaryrefslogtreecommitdiff
path: root/systemd/webiot.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/webiot.service')
-rw-r--r--systemd/webiot.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/systemd/webiot.service b/systemd/webiot.service
deleted file mode 100644
index 68f2186..0000000
--- a/systemd/webiot.service
+++ /dev/null
@@ -1,13 +0,0 @@
-
-[Unit]
-Description=An IoT webserver
-After=network.target
-
-[Service]
-User=webiot
-Group=webiot
-ExecStart=/usr/bin/webiot
-
-[Install]
-WantedBy=multi-user.target
-