summaryrefslogtreecommitdiffstats
path: root/service/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/service.c')
-rw-r--r--service/service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/service/service.c b/service/service.c
index 90f4d7c..a983cee 100644
--- a/service/service.c
+++ b/service/service.c
@@ -21,8 +21,6 @@
#include "service.h"
#include "instance.h"
-#include "../rcS.h"
-
struct avl_tree services;
static struct blob_buf b;
static struct ubus_context *ctx;
@@ -132,8 +130,6 @@ service_update(struct service *s, struct blob_attr **tb, bool add)
vlist_flush(&s->instances);
}
- rc(s->name, "running");
-
return 0;
}