diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-24 16:22:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-24 16:24:07 +0100 |
commit | bd8f585b9996667db89764ece1cacf37672e3223 (patch) | |
tree | 74f49483d158ad6a028b319b249b32291dbb137b /src/core/system.conf | |
parent | dedabea4b3d61a87cedb5c8d7ccce5b86ea84afe (diff) |
core: add a setting to globally control the default for timer unit accuracy
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 5be158d9f5..65a35a0689 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -23,6 +23,7 @@ #CapabilityBoundingSet= #SystemCallArchitectures= #TimerSlackNSec= +#DefaultTimerAccuracySec=1min #DefaultStandardOutput=journal #DefaultStandardError=inherit #DefaultTimeoutStartSec=90s |