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/user.conf | |
parent | dedabea4b3d61a87cedb5c8d7ccce5b86ea84afe (diff) |
core: add a setting to globally control the default for timer unit accuracy
Diffstat (limited to 'src/core/user.conf')
-rw-r--r-- | src/core/user.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/user.conf b/src/core/user.conf index f19ac75286..8c7ecde727 100644 --- a/src/core/user.conf +++ b/src/core/user.conf @@ -14,6 +14,7 @@ #LogLocation=no #SystemCallArchitectures= #TimerSlackNSec= +#DefaultTimerAccuracySec=1min #DefaultStandardOutput=inherit #DefaultStandardError=inherit #DefaultTimeoutStartSec=90s |