logrotate

来自「Unix、Linux系统下的分布式编译工具的源码」· 代码 · 共 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 + -
显示快捷键?