From 08f72865b29598faa5074ef21f583508f94dea98 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 17 Mar 2019 18:33:12 +0100 Subject: Add init socket to initd Create a socket if boot target is done. Close and reopen socket if SIGUSR1 is received. Signed-off-by: David Oberhollenzer --- initd/init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initd/init.h') diff --git a/initd/init.h b/initd/init.h index 42ef193..ce0bb1f 100644 --- a/initd/init.h +++ b/initd/init.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include @@ -17,6 +18,7 @@ #include #include +#include "initsock.h" #include "service.h" #include "util.h" -- cgit v1.2.3