logrotate.d/usbmount
author ft
Thu, 27 Feb 2014 17:12:59 +0100
changeset 0 60bc07f3f415
permissions -rw-r--r--
initial commit
ft@0
     1
/var/log/usbmount
ft@0
     2
{
ft@0
     3
        rotate 4
ft@0
     4
        weekly
ft@0
     5
        missingok
ft@0
     6
        notifempty
ft@0
     7
        compress
ft@0
     8
        sharedscripts
ft@0
     9
        postrotate
ft@0
    10
                invoke-rc.d rsyslog rotate > /dev/null
ft@0
    11
        endscript
ft@0
    12
}