Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bootchartd.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ wait_boot()
{
trap "" HUP

# With no EXIT_PROC configured there is nothing to watch
# for. Bail out and let collection be stopped externally
# instead.
[ -n "$EXIT_PROC" ] || return

# Wait for /proc first - without it we have issues
while [ ! -e /proc/cmdline ]; do
$USLEEP 50000
Expand Down
Loading