mention sigterm fix

This commit is contained in:
vaxerski 2022-10-06 19:08:27 +01:00
parent e3fe9078af
commit 3a3f8c25d0
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ reloaded.
{{< hint type=info >}}
**Note:** The issue below was fixed in upstream. (since *after* v0.15.0beta)
There currently is a bug with the exec that makes the executed app
unable to die if killed, use `SIGKILL` (e.g. `killall name -9`) or launch from a
script (`exec-once=~/myscript.sh` and do `myapp &` in the script)