diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-11-28 19:54:54 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-11-30 09:53:42 +0100 |
commit | 52ea48e47a75e98b33a95a237dbf84f3eb0c59c4 (patch) | |
tree | a41039670f50fdb7efd632438df066a5f690cf0f /service | |
parent | 1a2b9b054035605db496f0766d6955e8c0f82f4b (diff) | |
download | unitd-52ea48e47a75e98b33a95a237dbf84f3eb0c59c4.tar unitd-52ea48e47a75e98b33a95a237dbf84f3eb0c59c4.zip |
Rip out inittab and init script handling
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; } |