Topshelf.Linux icon indicating copy to clipboard operation
Topshelf.Linux copied to clipboard

now listening to Unix Signals to exit gracefully

Open mkobaly opened this issue 9 years ago • 1 comments

When running a mono application using docker the container and trying to stop the container it would take a while to exit and return with a non zero exit code.

LinuxConsoleRunHost is a copy of ConsoleRunHost from Topshelf with the UnixSignal support. LinuxRunBuilder is copy of RunBuilder from Topshelf where the LinuxConsoleRunHost is used.

mkobaly avatar Jun 17 '16 19:06 mkobaly

I will update the pull request.

mkobaly avatar Jun 18 '16 00:06 mkobaly