Skip to content

Instantly share code, notes, and snippets.

@jun06t
Created July 31, 2018 18:15
Show Gist options
  • Select an option

  • Save jun06t/a000710addc1dfa0e69c9dcb712e0a95 to your computer and use it in GitHub Desktop.

Select an option

Save jun06t/a000710addc1dfa0e69c9dcb712e0a95 to your computer and use it in GitHub Desktop.

Revisions

  1. jun06t created this gist Jul 31, 2018.
    13 changes: 13 additions & 0 deletions vault
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    /var/log/vault/*.log {
    daily
    missingok
    rotate 52
    compress
    delaycompress
    notifempty
    create 644 vault vault
    sharedscripts
    postrotate
    [ -f /var/run/vault/vault.pid ] && kill -HUP `cat /var/run/vault/vault.pid`
    endscript
    }