* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
8 lines
144 B
Plaintext
Executable file
8 lines
144 B
Plaintext
Executable file
#!/command/execlineb -P
|
|
fdmove -c 2 1
|
|
|
|
trap { SIGTERM { apache2ctl stop }
|
|
SIGHUP { apache2ctl graceful } }
|
|
|
|
apache2ctl -D "FOREGROUND"
|