From cb700ed59004818c92c0cd6d8da845ffcfba5c0a Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Tue, 18 Feb 2014 16:14:11 -0800 Subject: [PATCH] not -> now I'm just guessing... its "now much faster" rather than "not much faster" :) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d5e89da..2378f11 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ * Much improved `my_init`: * It is now possible to run and watch a custom command, possibly in addition to running runit. See "Running a one-shot command in the container" in the README. * It is now possible to skip running startup files such as /etc/rc.local. - * Shutdown is not much faster. It previously took a few seconds, but it is now almost instantaneous. + * Shutdown is now much faster. It previously took a few seconds, but it is now almost instantaneous. * It ensures that all processes in the container are properly shut down with SIGTERM, even those that are not direct child processes of `my_init`. * `setuser` now also sets auxilliary groups, as well as more environment variables such as `USER` and `UID`.