-
Sub-task
-
Resolution: Fixed
-
Major
-
None
-
1.11.19
-
Security Level: Public (Visbile by non-authn users.)
-
None
The frontend installs a signal handler for SIGINT, whereas the default for systemd is SIGTERM.
Change it in code, instead of specifying a different signal in the systemd unit.
Note that an effect of the current situation is that when the SIGTERM signal is received, the frontend dies without doing a proper cleanup, including missing some final log statements.