Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / deployment / logrotate.conf @ 0bcaefe4

History | View | Annotate | Download (179 Bytes)

1
/var/log/vigilo/vigiboard/*.log {
2
    missingok
3
    notifempty
4
    sharedscripts
5
    postrotate
6
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
7
    endscript
8
}