summaryrefslogtreecommitdiffstats
path: root/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'state.c')
-rw-r--r--state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.c b/state.c
index 90e883c..f83032c 100644
--- a/state.c
+++ b/state.c
@@ -20,6 +20,7 @@
#include "syslog.h"
#include "hotplug.h"
#include "watchdog.h"
+#include "service.h"
enum {
STATE_NONE = 0,
@@ -51,6 +52,7 @@ static void state_enter(void)
LOG("- init -\n");
log_init();
procd_connect_ubus();
+ service_init();
procd_inittab();
procd_inittab_run("respawn");
procd_inittab_run("askconsole");