summaryrefslogtreecommitdiff
path: root/community/webfs/webfsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/webfs/webfsd.service')
-rw-r--r--community/webfs/webfsd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/webfs/webfsd.service b/community/webfs/webfsd.service
new file mode 100644
index 000000000..18c07d7ce
--- /dev/null
+++ b/community/webfs/webfsd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Simple and instant http server.
+After=network.target
+
+[Service]
+ExecStart=/usr/lib/systemd/scripts/webfsd
+
+[Install]
+WantedBy=multi-user.target