[release-notes] Begin systemd changes

Pete Travis immanetize at fedoraproject.org
Fri May 10 06:08:00 UTC 2013


commit a5d9155eb984c773dd216549dfda5e6d13eefbc0
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Fri May 10 00:07:23 2013 -0600

    Begin systemd changes

 en-US/Boot.xml |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index 4d1d700..2bdeab4 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -6,6 +6,40 @@
 <section>
   
   <title>Boot</title>
-  <para />
+  <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>
+  </section>
 </section>
 


More information about the docs-commits mailing list