logrotate: add some comments

This commit is contained in:
Girish Ramakrishnan
2020-05-11 13:59:52 -07:00
parent e27c5583bb
commit 7d549dbbd5
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
missingok
# we never compress so we can simply tail the files
nocompress
# this truncates the original log file and not the rotated one
copytruncate
}