You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

  1. Index: gkrellm-2.3.10/server/gkrellmd.conf
  2. ===================================================================
  3. --- gkrellm-2.3.10.orig/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
  4. +++ gkrellm-2.3.10/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
  5. @@ -4,7 +4,7 @@
  6. # the client update frequency. Values may be from 1 to 10 and should be
  7. # smaller values to reduce network traffic.
  8. #
  9. -#update-hz 3
  10. +update-hz 10
  11. # Limit number of simultaneous clients allowed to connect.
  12. #
  13. @@ -30,18 +30,18 @@
  14. # Drop privileges after startup (you must start gkrellmd as root to do it).
  15. # NOTE: Option ignored on Windows
  16. #
  17. -#user nobody
  18. +user nobody
  19. #group proc
  20. # Create a PID file for the running gkrellmd. Default is no PID file.
  21. # NOTE: Option ignored on Windows
  22. #
  23. -#pidfile /var/run/gkrellmd.pid
  24. +pidfile /var/run/gkrellmd.pid
  25. # Run in background and detach from the controlling terminal
  26. # NOTE: Option ignored on Windows
  27. #
  28. -#detach
  29. +detach
  30. # Time interval between checks for various monitors. If nfs-interval
  31. # is <= 0 then gkrellmd will not read data for nfs file system types.