X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-system.conf.xml;h=284516d93102c46dc98170e81b8fed6bd9ea0ed4;hb=a0132af247c4781bb821ab6b9e1e4f564f0c9fde;hp=a7dfc0329c6891e62875cf56521d9eb315a39924;hpb=085afe36cb823e7d5b8c5f3ef21ebb9639bac78b;p=elogind.git diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index a7dfc0329..284516d93 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -187,7 +187,7 @@ capabilities to include in the capability bounding set for PID 1 and its children. See - capabilities7 + capabilities7 for details. Takes a whitespace-separated list of capability names as read by cap_from_name3. @@ -254,13 +254,12 @@ signal. - TimerSlackNSec= Sets the timer slack - in nanoseconds for PID 1 which is then - inherited to all executed processes, + in nanoseconds for PID 1, which is + inherited by all executed processes, unless overridden individually, for example with the TimerSlackNSec= @@ -268,7 +267,8 @@ see systemd.exec5). The timer slack controls the accuracy of - wake-ups triggered by timers. See + wake-ups triggered by system + timers. See prctl2 for more information. Note that in contrast to most other time span @@ -279,6 +279,27 @@ too. + + DefaultTimerAccuracySec= + + Sets the default + accuracy of timer units. This controls + the global default for the + AccuracySec= + setting of timer units, see + systemd.timer5 + for + details. AccuracySec= + set in individual units override the + global default for the specific + unit. Defaults to 1min. Note that the + accuracy of timer units is also + affected by the configured timer slack + for PID 1, see + TimerSlackNSec= + above. + + DefaultTimeoutStartSec= DefaultTimeoutStopSec= @@ -325,7 +346,7 @@ executed processes. Takes a space-separated list of variable assignments. See - environ7 + environ7 for details about environment variables. @@ -399,8 +420,8 @@ systemd.directives7, systemd.exec5, systemd.service5, - environ7, - capabilities7 + environ7, + capabilities7