summaryrefslogtreecommitdiff
path: root/community/webfs/webfsd.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'community/webfs/webfsd.launcher')
-rw-r--r--community/webfs/webfsd.launcher9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/webfs/webfsd.launcher b/community/webfs/webfsd.launcher
deleted file mode 100644
index fe2170617..000000000
--- a/community/webfs/webfsd.launcher
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-
-# wrapper script for systemd service
-
-[ -f /etc/conf.d/webfsd ] && . /etc/conf.d/webfsd
-
-# -F for simple target
-exec /usr/bin/webfsd -F ${WEBFSD_ARGS}
-