Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision 889e8e3c68f741489743165141ddb4ccfad90112)
+++ uspace/app/init/init.c	(revision 0368669cd27cdfd3c406638c4c07dbd3d3932277)
@@ -288,8 +288,4 @@
 	
 	spawn("/srv/clip");
-
-#ifdef CONFIG_DEVMAN_EARLY_LAUNCH
-	spawn("/srv/devman");
-#endif
 	
 	/*
@@ -318,5 +314,7 @@
 	getterm("term/vc6", "/app/klog", false);
 
-#ifndef CONFIG_DEVMAN_EARLY_LAUNCH
+#ifdef CONFIG_DEVMAN_EARLY_LAUNCH
+	spawn("/srv/devman");
+#else
 	getterm("term/vc7", "/srv/devman", false);
 #endif
