Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / deployment / logrotate.conf.in @ cc580314

History | View | Annotate | Download (190 Bytes)

1 9996920f Aurelien BOMPARD
@LOCALSTATEDIR@/log/vigilo/vigigraph/*.log {
2 8fa23285 Aurelien BOMPARD
    missingok
3
    notifempty
4
    sharedscripts
5
    postrotate
6
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
7
    endscript
8
}