mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
daemonizer: don't uninstall windows service on exit
This commit is contained in:
parent
22e71f9449
commit
ddfefa5dd5
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue