Last active
September 22, 2018 16:44
-
-
Save jfeilbach/5d62f069fad9f7e69826f019b327a617 to your computer and use it in GitHub Desktop.
/etc/logrotate.d/transmission
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 characters
/var/log/transmission/transmission.log { | |
daily | |
rotate 7 | |
delaycompress | |
compress | |
notifempty | |
missingok | |
postrotate | |
invoke-rc.d transmission-daemon reload | |
endscript | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment