Zones stopped by default when Vasum is starting. 72/38072/3
authorDariusz Michaluk <d.michaluk@samsung.com>
Fri, 10 Apr 2015 13:08:30 +0000 (15:08 +0200)
committerJan Olszak <j.olszak@samsung.com>
Tue, 14 Apr 2015 07:53:29 +0000 (00:53 -0700)
[Bug/Feature]   Zones was always started.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run server.

Change-Id: I5ca9ad8bdedea43a409d8f1c9061447c6462c4cc
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
server/server.cpp

index c2ca778..2271f08 100644 (file)
@@ -107,7 +107,8 @@ void Server::run(bool asRoot)
         utils::ScopedGlibLoop loop;
         ZonesManager manager(mConfigPath);
 
-        manager.restoreAll();
+        // Do not restore zones state at Vasum start
+        // manager.restoreAll();
         LOGI("Daemon started");
 
         gSignalLatch.wait();