diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-17 17:44:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-17 17:44:26 +0200 |
commit | cee530bb23b78c0dfd18b0c2718cfe41286396df (patch) | |
tree | 1773a17edc3572b6f522ec877b935424106c2484 /src/core/killall.h | |
parent | 92a1fd9e95954a557d6fe27b56f5ef1b89fc2f5e (diff) |
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.
Diffstat (limited to 'src/core/killall.h')
-rw-r--r-- | src/core/killall.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. ***/ -void broadcast_signal(int sig); +void broadcast_signal(int sig, bool wait); #endif |