No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

log2ram.conf 922 B

hace 7 años
123456789101112131415
  1. # Configuration file for Log2Ram (https://github.com/azlux/log2ram) under MIT license.
  2. # This configuration file is read by the log2ram service
  3. # Size for the ram folder, it's define the size the log folder will reserve into the RAM. If it's not enough, log2ram will not be able to use ram. Check you /var/log size folder. The default is 40M and is basically enough for a lot of application. You will need to increase it if you have a server and a lot of log for example.
  4. SIZE=40M
  5. # This variable can be set to true if you prefer "rsync" than "cp". I use the command cp -u and rsync -X, so I don't copy the all folder every time for optimization.
  6. # You can choose which one you want. Be sure rsync is installed if you use it.
  7. USE_RSYNC=false
  8. # If there are some error with available RAM space, a system mail will be send
  9. # Change it to false, and you will have only log if there are no place on RAM anymore.
  10. MAIL=true