Created
July 20, 2017 11:18
-
-
Save idarlington/bbc469f799de6a9d891d42052883a89a to your computer and use it in GitHub Desktop.
custom logrotate conf for pi
This file contains 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 characters
/var/log/transmit.log { | |
su root pi | |
copytruncate | |
compress | |
daily | |
rotate 7 | |
missingok | |
notifempty | |
} | |
/var/log/connectManager.log { | |
su root pi | |
copytruncate | |
compress | |
daily | |
rotate 7 | |
missingok | |
notifempty | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment