diff options
Diffstat (limited to 'debian/dpkg.logrotate')
-rw-r--r-- | debian/dpkg.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/dpkg.logrotate b/debian/dpkg.logrotate new file mode 100644 index 0000000..cf36f08 --- /dev/null +++ b/debian/dpkg.logrotate @@ -0,0 +1,9 @@ +/var/log/dpkg.log { + monthly + rotate 12 + compress + delaycompress + missingok + notifempty + create 644 root root +} |