summaryrefslogblamecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.logrotate
blob: 806e4594cc23bae4f1eb83531b9850dc50cdc887 (plain) (tree)
1
2
3
4
5
6
                     
         
             


                 







                                                           
/var/log/unit/*.log {
    daily
    missingok
    rotate 7
    compress
    delaycompress
    nocreate
    notifempty
    postrotate
        if [ -f /var/run/unit/unit.pid ]; then
            /bin/kill -SIGUSR1 `cat /var/run/unit/unit.pid`
        fi
    endscript
}