Neeraj Jakhar

Results 3 comments of Neeraj Jakhar

The issue is that shutdown_quit_notification blocks signals. In nodm_display_manager_wait functions there is waitpid call. This returns -1 if signal was received before session (dm->session.pid) was closed by systemctl. This is...

[This](https://github.com/slashblog/nodm/commit/299b81181cbc959413acecd9510f31baf5de8294) fixes for me.

I have created the following [pull](https://github.com/spanezz/nodm/pull/10) request: it works for me. The following describes the issue: The issue is that _shutdown_quit_notification_ blocks signals. In _nodm_display_manager_wait_ function there is _waitpid_ call....