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.

33 lines
882 B

  1. --- a/server/gkrellmd.conf
  2. +++ b/server/gkrellmd.conf
  3. @@ -4,7 +4,7 @@
  4. # the client update frequency. Values may be from 1 to 10 and should be
  5. # smaller values to reduce network traffic.
  6. #
  7. -#update-hz 3
  8. +update-hz 10
  9. # Limit number of simultaneous clients allowed to connect.
  10. #
  11. @@ -30,18 +30,18 @@
  12. # Drop privileges after startup (you must start gkrellmd as root to do it).
  13. # NOTE: Option ignored on Windows
  14. #
  15. -#user nobody
  16. +user nobody
  17. #group proc
  18. # Create a PID file for the running gkrellmd. Default is no PID file.
  19. # NOTE: Option ignored on Windows
  20. #
  21. -#pidfile /var/run/gkrellmd.pid
  22. +pidfile /var/run/gkrellmd.pid
  23. # Run in background and detach from the controlling terminal
  24. # NOTE: Option ignored on Windows
  25. #
  26. -#detach
  27. +detach
  28. # Enable writing logging message to the system syslog file
  29. # NOTE: On windows this enables logging to the windows event log