diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-31 04:36:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-31 04:36:08 +0200 |
commit | aa0f64ac851ebf27342d66947b5170bfeb9f49ae (patch) | |
tree | c57b895246b50ad6c2d155de503a43f2b859aa86 /src/core/system.conf | |
parent | d88a251b125f6e9178b9ca9ea47ab7da3234cb58 (diff) |
main: allow setting of timer slack for PID 1
Diffstat (limited to 'src/core/system.conf')
-rw-r--r-- | src/core/system.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/system.conf b/src/core/system.conf index 7b9171b803..c6ba95c212 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -25,6 +25,7 @@ #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min #CapabilityBoundingSet= +#TimerSlackNSec= #DefaultLimitCPU= #DefaultLimitFSIZE= #DefaultLimitDATA= |