Lots of improvements and simplifications.
* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
This commit is contained in:
parent
737f738dc7
commit
c16804a913
33 changed files with 78 additions and 71 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#!/command/execlineb -P
|
||||
fdmove -c 2 1
|
||||
apache2ctl -DFOREGROUND
|
||||
|
||||
trap { SIGTERM { apache2ctl stop }
|
||||
SIGHUP { apache2ctl graceful } }
|
||||
|
||||
apache2ctl -D "FOREGROUND"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue