aboutsummaryrefslogtreecommitdiff
blob: 92936757c363df5253432d7a30f4816e89328986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /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 ::"
FORT_OPTS="--configuration-file /etc/fort/config.json"