daemonizer: don't uninstall windows service on exit

pull/8700/head
selsta 2 years ago
parent 9367b432f6
commit 3461a19940
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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…
Cancel
Save