|
Lines 10-18
Link Here
|
| 10 |
sharedscripts |
10 |
sharedscripts |
| 11 |
prerotate |
11 |
prerotate |
| 12 |
/usr/sbin/koha-stop-zebra $(koha-list --enabled) > /dev/null |
12 |
/usr/sbin/koha-stop-zebra $(koha-list --enabled) > /dev/null |
|
|
13 |
/usr/sbin/koha-plack --stop --quiet $(koha-list --enabled --plack) > /dev/null |
| 13 |
endscript |
14 |
endscript |
| 14 |
postrotate |
15 |
postrotate |
| 15 |
/etc/init.d/apache2 reload > /dev/null |
16 |
/etc/init.d/apache2 reload > /dev/null |
|
|
17 |
/usr/sbin/koha-plack --start --quiet $(koha-list --enabled --plack) > /dev/null |
| 16 |
/usr/sbin/koha-start-zebra $(koha-list --enabled) > /dev/null |
18 |
/usr/sbin/koha-start-zebra $(koha-list --enabled) > /dev/null |
| 17 |
endscript |
19 |
endscript |
| 18 |
} |
20 |
} |
| 19 |
- |
|
|