fix stopsignal for go program.

This commit is contained in:
Miroslav Šedivý
2021-09-11 18:15:12 +02:00
parent 6ee8bb86fe
commit b7950b3650
3 changed files with 6 additions and 2 deletions

View File

@ -67,6 +67,7 @@ For n.eko room management software, visit https://github.com/m1k1o/neko-rooms.
- Full-screen support for iOS devices.
- Added `chrome-sandbox` to fix weird bug when chromium didn't start.
- Fixed keyboard mapping on macOS, when CMD could not be used for copy & paste.
- Fixed stop signal sent by supervisor to gracefully shut down neko server.
### Misc
- Custom docker workflow.