ports/audio/murmur/files/patch-scripts_murmur.ini
Mark Felder 284d0954a2 audio/murmur: Fix for clean installs
Config file in 1.3.0 does not specify logfile location and attempts to
write murmur.log to $PWD. Specify path for log and pidfile by patching
sample config file.

Also support reloading service via SIGUSR1 so TLS cert/key updates can
be deployed without restarting server.

MFH:		2019Q4
2019-10-22 15:10:42 +00:00

18 lines
708 B
INI

--- scripts/murmur.ini.orig 2019-10-22 15:01:53 UTC
+++ scripts/murmur.ini
@@ -102,13 +102,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/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/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