daemonizer: don't uninstall windows service on exit

selsta 1 year ago committed by wowario
parent 7d20d19d55
commit 1a34e79f3c
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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