Add notes for 2019-03-22

This commit is contained in:
2019-03-22 09:49:46 +02:00
parent 1f1348392b
commit aac88a0feb
3 changed files with 18 additions and 8 deletions

View File

@ -596,4 +596,8 @@ $ grep 'Can not load requested doc' cocoon.log.2019-03-21 | grep -oE '2019-03-21
- In other news, I notice that that systemd always thinks that Tomcat has failed when it stops because the JVM exits with code 143, which is apparently normal when processes gracefully receive a SIGTERM (128 + 15 == 143)
- We can add `SuccessExitStatus=143` to the systemd service so that it knows this is a successful exit
## 2019-03-22
- Share the initial list of invalid AGROVOC terms on Yammer to ask the editors for help in correcting them
<!-- vim: set sw=2 ts=2: -->