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}