mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
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
18 lines
708 B
INI
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
|