From cee530bb23b78c0dfd18b0c2718cfe41286396df Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Jul 2012 17:44:26 +0200 Subject: switch-root: don't wait for processes When we transition from the initrd to the main system, don't reap processes, so that they can be handled normally after deserialization. --- src/core/killall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/killall.h') diff --git a/src/core/killall.h b/src/core/killall.h index 8b5bd52de5..d08ac142f0 100644 --- a/src/core/killall.h +++ b/src/core/killall.h @@ -22,6 +22,6 @@ along with systemd; If not, see . ***/ -void broadcast_signal(int sig); +void broadcast_signal(int sig, bool wait); #endif -- cgit v1.2.3-54-g00ecf