Allow /etc/init.d/010-containerd to exit when complete

Don't think there is a need for it to remain and it drops an unnecessary
process.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-06-14 16:21:08 +01:00
parent 5833d1b6bc
commit d51784adc0
40 changed files with 39 additions and 41 deletions

View File

@@ -39,5 +39,3 @@ then
service start "$(basename $f)"
done
fi
wait