summaryrefslogtreecommitdiff
path: root/community/webfs/webfsd.launcher
blob: fe21706177616625f544723873b3b01ae05911b8 (plain)
1
2
3
4
5
6
7
8
9
#! /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}