From 52ea48e47a75e98b33a95a237dbf84f3eb0c59c4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 28 Nov 2015 19:54:54 +0100 Subject: Rip out inittab and init script handling --- service/service.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'service') 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; } -- cgit v1.2.3