diff --git a/src/lib66/parse/parse_store_start_stop.c b/src/lib66/parse/parse_store_start_stop.c
index 72d9cb9ffa7aa8ed7048086fbeffd92c3c2a735d..9b579ca67149c63b1a69fd5a56d69594e447f5dc 100644
--- a/src/lib66/parse/parse_store_start_stop.c
+++ b/src/lib66/parse/parse_store_start_stop.c
@@ -25,6 +25,11 @@
 
 int parse_store_start_stop(resolve_service_t *res, char *store, int idsec, int idkey)
 {
+    log_flow() ;
+
+    if (res->type == TYPE_BUNDLE || res->type == TYPE_MODULE)
+        return 1 ;
+
     int e = 0 ;
     stralloc sa = STRALLOC_ZERO ;
     resolve_wrapper_t_ref wres = resolve_set_struct(DATA_SERVICE, res) ;