-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#139 - Fix Launcher not starting on Systemd & multiple installations #154
Conversation
When running the install command twice I get the following error message from systemd |
Ok so systemd started the launcher correctly but the install command never stopped. The last message was I'm thinking that
|
The service did not start the middleware before, this was fixed with this PR- The problem of multiple install tries will be fixed now., |
This command is not sending a start event. But when you look at the implementation of Backgroundservice, this is not the way they work. That`s way the timeout is 0 for the systemd service. One reasons way the service never started. |
.. |
/azp run |
This reverts commit 9318b36.
…kaltrust/middleware-launcher into #139-Error-installing-launcher-twice
{Summary of the changes}
Description
{Detail}
Fixes #{issue number}