blob: 0c93c2225043d578178a8271b73122979dc863b3 (
plain) (
tree)
|
|
--- mumble-1.3.2/scripts/murmur.ini 2020-07-09 13:06:18.000000000 -0400
+++ mumble-1.3.2/scripts/murmur.ini 2020-09-13 00:05:08.070133921 -0400
@@ -13,7 +13,7 @@
; Path to database. If blank, will search for
; murmur.sqlite in default locations or create it if not found.
-database=
+database=/var/lib/murmur/murmur.sqlite
; Murmur defaults to using SQLite with its default rollback journal.
; In some situations, using SQLite's write-ahead log (WAL) can be
@@ -93,13 +93,13 @@ icesecretwrite=
; logs to the file 'murmur.log'. If you leave this field blank
; on Unix-like systems, Murmur will force itself into foreground
; mode which logs to the console.
-;logfile=murmur.log
+logfile=/var/log/murmur.log
; If set, Murmur will write its process ID to this file
; when running in daemon mode (when the -fg flag is not
; specified on the command line). Only available on
; Unix-like systems.
-;pidfile=
+pidfile=/var/run/murmur.pid
; The below will be used as defaults for new configured servers.
; If you're just running one server (the default), it's easier to
@@ -291,7 +291,7 @@ allowping=true
; If Murmur is started as root, which user should it switch to?
; This option is ignored if Murmur isn't started with root privileges.
-;uname=
+uname=murmur
; By default, in log files and in the user status window for privileged users,
; Mumble will show IP addresses - in some situations you may find this unwanted
|