From 17ebd0afc7e298daba8d23270773c46a6b9bee3f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 19 Aug 2014 18:14:50 -0700 Subject: [PATCH] Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes. --- ZeroTierUI/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZeroTierUI/main.cpp b/ZeroTierUI/main.cpp index e62b904ee..8123d4de9 100644 --- a/ZeroTierUI/main.cpp +++ b/ZeroTierUI/main.cpp @@ -43,7 +43,7 @@ #include "../node/Defaults.hpp" // Uncomment for testing to disable making sure Windows service is running -//#define DISABLE_WINDOWS_SERVICE_MANAGEMENT +#define DISABLE_WINDOWS_SERVICE_MANAGEMENT #ifdef __WINDOWS__ #include