Created
July 31, 2018 18:15
-
-
Save jun06t/a000710addc1dfa0e69c9dcb712e0a95 to your computer and use it in GitHub Desktop.
Revisions
-
jun06t created this gist
Jul 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 }