diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/service.c | 4 |
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; } |