SwordArMor-gentoo-overlay/net-misc/FORT-validator/files/fort-1.5-confd
Alarig Le Lay fcf5470f8c
net-misc/FORT-validator: New release 1.5.0 and init adaptation
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2021-02-11 09:42:27 +01:00

17 lines
480 B
Plaintext

# /etc/init.d/fort
# Options to pass to the fort process
# See man fort for options
# If you want to use commands arguments instead of the configuration file and
# not the default TAL directory, please remove the comment for FORT_BASEDIR as
# well
#FORT_BASEDIR="/var/lib/fort/"
#FORT_OPTS="--tal /usr/share/fort/tal/ \
# --local-repository ${FORT_BASEDIR}
# --log.output syslog
# --server.address ::
# --daemon"
FORT_OPTS="--configuration-file /etc/fort/config.json --daemon"