make the service running trigger be queued directly after the service was startetd
[project/procd.git] / service / service.c
index aa393b9..4153fec 100644 (file)
@@ -139,7 +139,7 @@ service_update(struct service *s, struct blob_attr *config, struct blob_attr **t
                        vlist_flush(&s->instances);
        }
 
-       rc(s->name, "running");
+       rcnow(s->name, "running");
 
        return 0;
 }