[release-notes] systemd in 'system daemons' instead of 'boot'

Pete Travis immanetize at fedoraproject.org
Tue May 14 23:00:14 UTC 2013


commit 09a63db10b6cdd2b5758179598f4c7dddd072281
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Tue May 14 16:59:23 2013 -0600

    systemd in 'system daemons' instead of 'boot'

 en-US/Boot.xml           |   42 +++---------------------------------------
 en-US/System_Daemons.xml |   25 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 39 deletions(-)
---
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index dce6cba..6829094 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -6,8 +6,7 @@
 <section>
   
   <title>Boot</title>
-  
-<section>
+  <section>
     <title>Faster Boot with host only initramfs.</title>
       <warning>
         <title>Rescue and Rebuild for major changes</title>
@@ -17,43 +16,8 @@
       </warning>
       <para>
         This Fedora release builds an initramfs tailored especially for your computer hardware, allowing faster boot. If you change your machine or significant hardware, you might have to boot with the <literal>Rescue</literal> boot entry and execute <command>dracut --regenerate-all</command>. If you want your initramfs to be hardware independent, install the <package>dracut-nohostonly</package> rpm package. If you don't want rescue images at all (like in virtual machines), install the <package>dracut-norescue</package> rpm package.
-    </para>
-</section>
-
-  <section>
-    <title>systemd</title>
-    <!-- observed with systemd-202 -->
-    <para>
-      Fedora &PRODVER; brings with it a new version of <application>systemd</application>, featuring both numerous user facing improvements and advanced functionality.
-    </para>
-    <para>
-      New tools and commands include:
-      <simplelist>
-        <member><command>systemctl list-sockets</command> to show the sockets systemd is listening on, the socket units they belong to, and the units they activate.</member>
-        <member><command>systemd-activate</command> to test socket activation.</member>
-        
-      </simplelist>
-    </para>
-    <para>
-      Journal files are now owned by the dedicated "systemd-journal" group instead of the 'adm' group. 
-    </para>
-    <para>
-      Changes to <command>journalctl</command> usage include:
-      <simplelist>
-        <member><command>journalctl -r</command> to see newest entries first.</member>
-        <member><command>journalctl -e</command> to skip to the end of the list. </member>
-        <member><command>journalctl --user-unit="<replaceable>foo</replaceable>"</command> to filter by user units</member>
-        <member>A new module in the <application>systemd</application> python API for reading the journal</member>
-        
-      </simplelist>
-    </para>
-    <para>
-      New features include:
-      <simplelist>
-        <member>Animated feedback from hung jobs on the boot console</member>
-        
-      </simplelist>
-    </para>
+      </para>
   </section>
 </section>
 
+
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index 23f7204..ca0f305 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -62,6 +62,31 @@
         For more details and examples, refer to <command>man 1 systemd-analyze</command>.
       </para>
     </section>
+    <section>
+      <title>Socket tools</title>
+      <para><systemitem class="daemon">systemd</systemitem> now provides some tools for working with socket units:
+       <simplelist>
+         <member><command>systemctl list-sockets</command> to show the sockets systemd is listening on, the socket units they belong to, and the units they activate.</member>
+         <member><command>systemd-activate</command> to test socket activation.</member>
+       </simplelist>
+       </para>
+    </section>
+
+    <section>
+      <title>Changes in the journal</title>
+       <para>
+      Journal files are now owned by the dedicated "systemd-journal" group instead of the 'adm' group. 
+    </para>
+    <para>
+      Changes to <command>journalctl</command> usage include:
+      <simplelist>
+        <member><command>journalctl -r</command> to see newest entries first.</member>
+        <member><command>journalctl -e</command> to skip to the end of the list. </member>
+        <member><command>journalctl --user-unit="<replaceable>foo</replaceable>"</command> to filter by user units</member>
+        <member>A new module in the <application>systemd</application> python API for reading the journal</member>
+        
+      </simplelist>
+    </para>
   </section>
     
 


More information about the docs-commits mailing list