From aa0f64ac851ebf27342d66947b5170bfeb9f49ae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 May 2012 04:36:08 +0200 Subject: main: allow setting of timer slack for PID 1 --- man/systemd.conf.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'man/systemd.conf.xml') diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 2659f9ab7b..92942f1a93 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -215,6 +215,30 @@ are lost for good. + + TimerSlackNSec= + + Sets the timer slack + in nanoseconds for PID 1 which is then + inherited to all executed processes, + unless overriden individually, for + example with the + TimerSlackNSec= + setting in service units (for details + see + systemd.exec5). The + timer slack controls the accuracy of + wake-ups triggered by timers. See + prctl2 + for more information. Note that in + contrast to most other time span + definitions this parameter takes an + integer value in nano-seconds if no + unit is specified. The usual time + units are understood + too. + + DefaultLimitCPU= DefaultLimitFSIZE= -- cgit v1.2.3-54-g00ecf