aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-02-06 12:34:41 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-02-06 12:34:41 -0500
commit889951e7c59ef08f6ed7ffe343e28b8356cf67bc (patch)
tree1fd64404c5547cdbb8b446720d29973a636b7ba4 /src
parentMerge pull request #8699 (diff)
parentdaemonizer: don't uninstall windows service on exit (diff)
downloadmonero-889951e7c59ef08f6ed7ffe343e28b8356cf67bc.tar.xz
Merge pull request #8700
3461a19 daemonizer: don't uninstall windows service on exit (selsta)
Diffstat (limited to 'src')
-rw-r--r--src/daemonizer/windows_service_runner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemonizer/windows_service_runner.h b/src/daemonizer/windows_service_runner.h
index a8e4d3b0e..5a33b2aa7 100644
--- a/src/daemonizer/windows_service_runner.h
+++ b/src/daemonizer/windows_service_runner.h
@@ -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)