pmaports/temp/logbookd/logbookd.confd
2023-12-08 22:57:47 -08:00

7 lines
434 B
Text

# For the different logbookd modes:
# -r for reduced write mode, it uses an in-memory database and only writes the database on exit or USR1
# -d is the path for the database, it defaults to in-memory when not specified
# -g kB is the amount of uncommitted data in the in-memory database that will trigger a disk write
# this defaults to -1 to never automatically write the files
LOGBOOKD_OPTS="-r -g 8192 -d /var/log/logbookd.db"