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.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/webfs/webfsd.service b/community/webfs/webfsd.service
new file mode 100644
index 000000000..b4095fc6f
--- /dev/null
+++ b/community/webfs/webfsd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Simple and instant http server.
+Documentation=man:webfsd(1)
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/webfsd
+ExecStart=/usr/bin/webfsd $WEBFSD_ARGS -F
+
+[Install]
+WantedBy=multi-user.target