mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
825 B
Diff
21 lines
825 B
Diff
diff -ruN a/scripts/murmur.ini b/scripts/murmur.ini
|
|
--- a/scripts/murmur.ini 2022-01-18 02:00:00.334013700 +0100
|
|
+++ b/scripts/murmur.ini 2022-01-20 22:32:41.267250949 +0100
|
|
@@ -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/db/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
|
|
@@ -99,7 +99,7 @@
|
|
; 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=
|
|
|
|
; If set, Murmur will write its process ID to this file
|
|
; when running in daemon mode (when the -fg flag is not
|