From Bistre Earthworm, 1 Week ago, written in Plain Text.
This paste will shuffle off the mortal coil in 2 Weeks.
Embed
  1. # This variable contains the cgroups version 2 settings for your services.
  2. # If this is set in this file, the settings will apply to all services.
  3. # If you want different settings for each service, place the settings in
  4. # /etc/conf.d/foo for service foo.
  5. # The format is to specify the setting and value followed by a newline.
  6. # Multiple settings and values can be specified.
  7. # For example, you would use this to set the maximum memory and maximum
  8. # number of pids for a service.
  9. #rc_cgroup_settings="
  10. #memory.max 10485760
  11. #pids.max max
  12. #"
  13. #
  14. # For more information about the adjustments that can be made with
  15. # cgroups version 2, see Documentation/cgroups-v2.txt in the linux kernel
  16. # source tree.
  17. #rc_cgroup_settings=""
  18.  
  19. # If this is yes, we will send sighup to the processes in the cgroup
  20. # immediately after stopsig and sigcont.
  21. #rc_send_sighup="NO"
  22.  
  23. # This is the amount of time in seconds that we delay after sending sigcont
  24. # and optionally sighup, before we optionally send sigkill to all
  25. # processes in the # cgroup.
  26. # The default is 90 seconds.
  27. #rc_timeout_stopsec="90"
  28.  
  29. # If this is set to no, we do not send sigkill to all processes in the
  30. # cgroup.
  31. #rc_send_sigkill="YES"
captcha