|
Lines 91-96
start_plack()
Link Here
|
| 91 |
--error-log /var/log/koha/${instancename}/plack-error.log" |
91 |
--error-log /var/log/koha/${instancename}/plack-error.log" |
| 92 |
max_requests_and_workers="--max-requests ${PLACK_MAX_REQUESTS} --workers ${PLACK_WORKERS}" |
92 |
max_requests_and_workers="--max-requests ${PLACK_MAX_REQUESTS} --workers ${PLACK_WORKERS}" |
| 93 |
|
93 |
|
|
|
94 |
if [ "$DEV_INSTALL" = "" ]; then |
| 95 |
# Maybe we should switch off debug_mode if DEV_INSTALL is not set? |
| 96 |
environment="development" |
| 97 |
fi |
| 98 |
|
| 94 |
if [ "$debug_mode" = "yes" ]; then |
99 |
if [ "$debug_mode" = "yes" ]; then |
| 95 |
environment="development" |
100 |
environment="development" |
| 96 |
daemonize="" |
101 |
daemonize="" |
| 97 |
- |
|
|