# Extra TapeTrack server options.
#
# Common examples:
# TMSS10_OPTIONS="-h /var/tapetrack/db"
# TMSS10_OPTIONS="-h /var/tapetrack/db -p 5000"
# TMSS10_OPTIONS="-h /var/tapetrack/db -X"
#
# Supported TMSS10 command line options:
# -B <path>    eBPF map pin path in bpffs.
# -D           Enable core dumps for this program.
# -g <path>    Path to GeoIP database.
# -h <path>    Database home directory.
# -H <filter>  History exclusion filter.
# -J <filter>  Journal exclusion filter.
# -p <port>    Port number for TapeTrack Service. Default is 5000.
# -L           Reload database and exit. Do not use for normal service startup.
# -M <count>   Maximum number of unique attributes returned. Default is 1000.
# -r           Allow tapemaster login with blank password for this server start.
# -X           Disable replication sub-system.
# -V           Print version and exit. Do not use for normal service startup.
# -?           Print help and exit. Do not use for normal service startup.
TMSS10_OPTIONS="-h /var/tapetrack/db"
