* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
7 lines
342 B
Plaintext
Executable file
7 lines
342 B
Plaintext
Executable file
#!/command/execlineb -P
|
|
fdmove -c 2 1
|
|
|
|
s6-envdir /etc/koha-envvars
|
|
|
|
/usr/bin/starman -M FindBin --socket /var/run/koha/default/plack.sock --max-requests 50 --workers 2 -E deployment --user=default-koha --group=default-koha --access-log /var/log/koha/default/plack.log --error-log /var/log/koha/default/plack-error.log "/etc/koha/plack.psgi"
|