diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | src/core/system.conf | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 3989c2e0ce..68076d9735 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= |