logrotate
来自「distcc编译器的源代码.好像是readhat公司开发的.」· 代码 · 共 12 行
TXT
12 行
# logrotate.d example configuration for distcc, contributed by Dag# Wieers.# The "copytruncate" option means distcc can keep appending to the# same filehandle. You would otherwise need to shut down and restart# distccd./var/log/distccd.log { missingok copytruncate notifempty}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?