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