From c2c14b525080203561d9e47d8a10442828342251 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 13 Jan 2018 14:33:25 +0000 Subject: Autogenerate final shutdown; rename rc.tini to rc.shutdown --- examples/rc.init | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'examples/rc.init') diff --git a/examples/rc.init b/examples/rc.init index d71fd1a..afc7735 100755 --- a/examples/rc.init +++ b/examples/rc.init @@ -1,17 +1,9 @@ #!/bin/execlineb -P - -# Make sure the /dev/urandom entropy pool will be set in -# a not-too-distant future. Ideally we'd block on this, -# but it's not critical, so we don't. - -background -d { s6-fillurandompool } - - # Set the system clock to something sensible, -# to get coherent logs until the initial NTP message +# to get coherent logs until the initial NTP exchange -if { s6-clock @40000000596c000000000000 } +if { s6-clock @400000005a58000000000000 } # Initialize the service manager -- cgit v1.3.1