Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision 889e8e3c68f741489743165141ddb4ccfad90112)
+++ uspace/app/init/init.c	(revision 51e56082eec8e027a6c98fab13db059785df9728)
@@ -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
