diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
commit | c2c14b525080203561d9e47d8a10442828342251 (patch) | |
tree | 11b5145ae7413ef577ad190315bfa147c23057c6 /examples/rc.init | |
parent | 1bd507eda34de6945c18daa916fb64ad810fda5a (diff) | |
download | s6-linux-init-c2c14b525080203561d9e47d8a10442828342251.tar.xz |
Autogenerate final shutdown; rename rc.tini to rc.shutdown
Diffstat (limited to 'examples/rc.init')
-rwxr-xr-x | examples/rc.init | 12 |
1 files changed, 2 insertions, 10 deletions
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 |