mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
18 lines
706 B
INI
18 lines
706 B
INI
--- scripts/murmur.ini.orig 2020-09-04 21:33:39 UTC
|
|
+++ scripts/murmur.ini
|
|
@@ -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/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
|