[release-notes] systemd wants your snippets! /etc/systemd/system/foo.service.d/bar.conf

Pete Travis immanetize at fedoraproject.org
Sun May 12 17:50:05 UTC 2013


commit 98f3deeb15f76f5c22941c29976684948db624fa
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun May 12 10:59:58 2013 -0600

    systemd wants your snippets! /etc/systemd/system/foo.service.d/bar.conf

 en-US/System_Daemons.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index d185730..0e5ec27 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -18,6 +18,14 @@
     <title>systemd</title>
     <indexterm><primary>systemd</primary></indexterm>
     <para />
+
+    <section>
+      <title>Modular service configuration with drop-in files</title>
+      <para>
+        <application>systemd</application> will now look for configuration directives for a service as <filename>/etc/systemd/system/<replaceable>foo</replaceable>.service.d/<replaceable>bar</replaceable>.conf</filename>, making site-specific changes easier to organize and deploy.
+      </para>
+    </section>
+    
     <section>
       <title>systemd lightweight containers</title>
       <para><firstterm>nspawn</firstterm> containers have been improved in order
@@ -53,7 +61,9 @@
       <para>
         For more details and examples, see <command>man 1 systemd-analyze</command>.
       </para>
-  </section>
+    </section>
+
+    
 
 
 </section>


More information about the docs-commits mailing list