View | Details | Raw Unified | Return to bug 15713
Collapse All | Expand All

(-)a/debian/koha-common.logrotate (-1 / +4 lines)
Lines 8-14 Link Here
8
    delaycompress
8
    delaycompress
9
    notifempty
9
    notifempty
10
    sharedscripts
10
    sharedscripts
11
    prerotate
12
        /usr/sbin/koha-stop-zebra $(koha-list --enabled) > /dev/null
13
    endscript
11
    postrotate
14
    postrotate
12
        /etc/init.d/apache2 reload > /dev/null
15
        /etc/init.d/apache2 reload > /dev/null
16
        /usr/sbin/koha-start-zebra $(koha-list --enabled) > /dev/null
13
    endscript
17
    endscript
14
}
18
}
15
- 

Return to bug 15713