Skip to content

Instantly share code, notes, and snippets.

@liukun
Created May 4, 2014 01:39
Show Gist options
  • Save liukun/11509315 to your computer and use it in GitHub Desktop.
Save liukun/11509315 to your computer and use it in GitHub Desktop.

Revisions

  1. liukun created this gist May 4, 2014.
    8 changes: 8 additions & 0 deletions logrotate.d__projc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    /home/liukun/log/*.log {
    daily
    missingok
    rotate 2
    notifempty
    copytruncate
    }