* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
11 lines
170 B
Plaintext
Executable file
11 lines
170 B
Plaintext
Executable file
#!/command/execlineb -P
|
|
with-contenv
|
|
|
|
fdmove -c 2 1
|
|
|
|
s6-envdir /etc/koha-envvars
|
|
|
|
s6-setuidgid default-koha
|
|
|
|
/usr/bin/perl /usr/share/koha/bin/background_jobs_worker.pl
|