Merge pull request #8700
3461a19
daemonizer: don't uninstall windows service on exit (selsta)
This commit is contained in:
commit
889951e7c5
@ -146,9 +146,6 @@ namespace windows {
|
||||
m_handler.run();
|
||||
|
||||
on_state_change_request_(SERVICE_CONTROL_STOP);
|
||||
|
||||
// Ensure that the service is uninstalled
|
||||
uninstall_service(m_name);
|
||||
}
|
||||
|
||||
static void WINAPI on_state_change_request(DWORD control_code)
|
||||
|
Loading…
Reference in New Issue
Block a user