[systemd-commits] NEWS src/core
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Sep 20 10:12:29 PDT 2012
NEWS | 6 +++---
src/core/system.conf | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit a98d5d64720bdf32e3b5f72f896b583e23f730ad
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 20 19:12:23 2012 +0200
fix typos
diff --git a/NEWS b/NEWS
index ec56388..ea225c6 100644
--- a/NEWS
+++ b/NEWS
@@ -65,9 +65,9 @@ CHANGES WITH 190:
various projects outside of systemd that provide bindings
for languages such as PHP or Lua.
- * Many conditions will not resolve specifiers such as %i. They
- are also available in PathChanged= and related directives of
- .path units.
+ * Many conditions will now resolve specifiers such as %i. In
+ addition, PathChanged= and related directives of .path units
+ now support specifiers as well.
* There's now a new RPM macro definition for the system preset
dir: %_presetdir.
diff --git a/src/core/system.conf b/src/core/system.conf
index 3989c2e..68076d9 100644
--- a/src/core/system.conf
+++ b/src/core/system.conf
@@ -20,7 +20,7 @@
#DefaultControllers=cpu
#DefaultStandardOutput=journal
#DefaultStandardError=inherit
-#JoinControllers=cpu,cpuacct,cpuset net_cls,netprio
+#JoinControllers=cpu,cpuacct,cpuset net_cls,net_prio
#RuntimeWatchdogSec=0
#ShutdownWatchdogSec=10min
#CapabilityBoundingSet=
More information about the systemd-commits
mailing list