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