mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
933 B
Diff
21 lines
933 B
Diff
diff -ruN a/auxiliary_files/mumble-server.ini b/auxiliary_files/mumble-server.ini
|
|
--- a/auxiliary_files/mumble-server.ini 2023-01-18 07:54:18.355957000 +0100
|
|
+++ b/auxiliary_files/mumble-server.ini 2023-01-22 18:09:47.905232642 +0100
|
|
@@ -13,7 +13,7 @@
|
|
|
|
; Path to database. If blank, will search for
|
|
; mumble-server.sqlite in default locations or create it if not found.
|
|
-database=
|
|
+database=/var/lib/mumble-server/mumble-server.sqlite
|
|
|
|
; The server defaults to using SQLite with its default rollback journal.
|
|
; In some situations, using SQLite's write-ahead log (WAL) can be
|
|
@@ -83,7 +83,7 @@
|
|
; logs to the file 'mumble-server.log'. If you leave this field blank
|
|
; on Unix-like systems, the server will force itself into foreground
|
|
; mode which logs to the console.
|
|
-;logfile=mumble-server.log
|
|
+logfile=
|
|
|
|
; If set, the server will write its process ID to this file
|
|
; when running in daemon mode (when the -fg flag is not
|