1 diff -ruN a/auxiliary_files/mumble-server.ini b/auxiliary_files/mumble-server.ini
2 --- a/auxiliary_files/mumble-server.ini 2023-01-18 07:54:18.355957000 +0100
3 +++ b/auxiliary_files/mumble-server.ini 2023-01-22 18:09:47.905232642 +0100
6 ; Path to database. If blank, will search for
7 ; mumble-server.sqlite in default locations or create it if not found.
9 +database=/var/lib/mumble-server/mumble-server.sqlite
11 ; The server defaults to using SQLite with its default rollback journal.
12 ; In some situations, using SQLite's write-ahead log (WAL) can be
14 ; logs to the file 'mumble-server.log'. If you leave this field blank
15 ; on Unix-like systems, the server will force itself into foreground
16 ; mode which logs to the console.
17 -;logfile=mumble-server.log
20 ; If set, the server will write its process ID to this file
21 ; when running in daemon mode (when the -fg flag is not