2020-02-16 22:38:09 +01:00
|
|
|
# /etc/init.d/fort
|
|
|
|
|
2020-02-17 12:59:32 +01:00
|
|
|
# Options to pass to the fort process
|
|
|
|
# See man fort for options
|
2020-02-16 22:38:09 +01:00
|
|
|
|
2020-02-17 12:59:32 +01:00
|
|
|
# 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
|
2021-02-11 09:37:11 +01:00
|
|
|
# --server.address ::
|
|
|
|
# --daemon"
|
|
|
|
FORT_OPTS="--configuration-file /etc/fort/config.json --daemon"
|