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