選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
922 B

  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