summaryrefslogtreecommitdiff
path: root/community/webfs/webfsd.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-04 01:49:10 -0700
committerroot <root@rshg054.dnsready.net>2012-11-04 01:49:10 -0700
commit2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (patch)
tree383f3fafef303aec9d89c9da313b51bbaf424ac0 /community/webfs/webfsd.service
parente3f70522f1f35359d9307f478c96dace20a51ca1 (diff)
Sun Nov 4 01:48:41 PDT 2012
Diffstat (limited to 'community/webfs/webfsd.service')
-rw-r--r--community/webfs/webfsd.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/webfs/webfsd.service b/community/webfs/webfsd.service
index 18c07d7ce..b4095fc6f 100644
--- a/community/webfs/webfsd.service
+++ b/community/webfs/webfsd.service
@@ -1,9 +1,11 @@
[Unit]
Description=Simple and instant http server.
+Documentation=man:webfsd(1)
After=network.target
[Service]
-ExecStart=/usr/lib/systemd/scripts/webfsd
+EnvironmentFile=/etc/conf.d/webfsd
+ExecStart=/usr/bin/webfsd $WEBFSD_ARGS -F
[Install]
WantedBy=multi-user.target