<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font size="4">We're releasing a new version of SysV init. This new
release, 3.10, provides one new feature and one bug fix, along
with some clean-up to documentation.<br>
<br>
When the user executes "machinectl stop", systemd sends SIGRTMIN+4
to PID 1 in the container, and expects that to initiate a graceful
shutdown (power-off). SysV init now catches this signal and
initiates a shutdown (shutdown -hP now).<br>
<br>
Fix issue in bootlogd which could cause the service to enter an
endless loop (and use too much CPU) when it is able to open a
device for writing, but not actually able to write to it. This
resulted in bootlogd closing and re-opening the device over and
over. Now bootlogd should simply fail gracefully when it cannot
write to an open file/device.<br>
<br>
Fix formatting in shutdown.8 manual page. Cleaned up whitespace
and special characters.<br>
<br>
The source code can be downloaded and issue reports filed at the
SysV init GitHub page:
<a class="moz-txt-link-freetext" href="https://github.com/slicer69/sysvinit/releases/tag/3.10">https://github.com/slicer69/sysvinit/releases/tag/3.10</a><br>
<br>
</font>
</body>
</html>