docs: add note on Control-C and --cleanup

Change-Id: I705db2cbdeef05a8467f4d1a04a197019ad185eb
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
pull/5059/head
Ashod Nakashian 2022-07-16 12:24:18 -04:00 committed by Michael Meeks
parent e4bdd10b11
commit a871ab9714
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@
- Occasionally Control-C (SIGINT) doesn't shut down coolwsd. One has
to kill it with SIGKILL. Which of course leaves all the chroot jails
around.
around. Hitting Control-C a second time will attempt a faster, and
ruder, termination of connections, without waiting for a response.
A third Control-C will issue SIGKILL, which will kill immediately.
To cleanup the jails manually, simply run coolwsd --cleanup.
- There are lots of places where a std::string variable is defined,
initialised with a value, that is never changed. (In many cases it