From: John Crispin Date: Mon, 18 Nov 2013 10:32:47 +0000 (+0100) Subject: make the service running trigger be queued directly after the service was startetd X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=eb7c76ede8d0d41c7139c704236c6111da56da46 make the service running trigger be queued directly after the service was startetd Signed-off-by: John Crispin --- diff --git a/service/service.c b/service/service.c index aa393b9..4153fec 100644 --- a/service/service.c +++ b/service/service.c @@ -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; }