From 6ea033029b538c8d4e340d3df22128a702bdd97d Mon Sep 17 00:00:00 2001 From: Stefan Gehn Date: Fri, 1 Feb 2008 21:28:25 +0000 Subject: [PATCH] - win32: add notes for config options which are not supported on win32 --- server/gkrellmd.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/gkrellmd.conf b/server/gkrellmd.conf index 5759bfe..3071123 100644 --- a/server/gkrellmd.conf +++ b/server/gkrellmd.conf @@ -28,14 +28,19 @@ port 19150 #allow-host 192.168.0.* # Drop privileges after startup (you must start gkrellmd as root to do it). +# NOTE: Option ignored on Windows # #user nobody #group proc # Create a PID file for the running gkrellmd. Default is no PID file. +# NOTE: Option ignored on Windows +# #pidfile /var/run/gkrellmd.pid # Run in background and detach from the controlling terminal +# NOTE: Option ignored on Windows +# #detach # Time interval between checks for various monitors. If nfs-interval @@ -80,6 +85,7 @@ port 19150 # Server side local mailbox counts can be sent to gkrellm clients. List here # paths to mbox, MH mail, or Maildir style mailboxes. # Requires at least 2.1.11 versions of both gkrellmd and gkrellm. +# NOTE: Option ignored on Windows # #mailbox /var/mail/bill #mailbox ~/Mail/inbox