- win32: add notes for config options which are not supported on win32
This commit is contained in:
parent
8a7f42a251
commit
6ea033029b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue