From 021f091082a74d5bd5503a3a3c7a569eee9c6d8f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 25 Mar 2018 13:10:13 +0200 Subject: Use services to implement shutdown/reboot sequence Signed-off-by: David Oberhollenzer --- initd/init.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'initd/init.h') diff --git a/initd/init.h b/initd/init.h index dee0b00..826af0f 100644 --- a/initd/init.h +++ b/initd/init.h @@ -98,16 +98,6 @@ void print_status(const char *msg, int type, bool update); */ int mksock(void); -/********** shutdown.c **********/ - -/* - Kindly tell all processes to go kill themselves, then send - a SIGKILL if they don't and perform system shutdown. - - The argument is passed directly to the reboot() syscall. -*/ -NORETURN void do_shutdown(int type); - /********** svclist.c **********/ /* -- cgit v1.2.3