diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-26 20:46:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-29 16:27:48 +0200 |
commit | f0367da7d1a61ad698a55d17b5c28ddce0dc265a (patch) | |
tree | a6f9f585bdbdcfe5245f20e7c13806b77f2c2c9a /catalog/systemd.pt_BR.catalog | |
parent | 7629ec4642b03517742d09b7303c204fddf82108 (diff) |
core: rename StartLimitInterval= to StartLimitIntervalSec=
We generally follow the rule that for time settings we suffix the setting name
with "Sec" to indicate the default unit if none is specified. The only
exception was the rate limiting interval settings. Fix this, and keep the old
names for compatibility.
Do the same for journald's RateLimitInterval= setting
Diffstat (limited to 'catalog/systemd.pt_BR.catalog')
-rw-r--r-- | catalog/systemd.pt_BR.catalog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/systemd.pt_BR.catalog b/catalog/systemd.pt_BR.catalog index d9716e30f7..8b856e8355 100644 --- a/catalog/systemd.pt_BR.catalog +++ b/catalog/systemd.pt_BR.catalog @@ -53,7 +53,7 @@ Note que apenas mensagens de um serviço em questão foram descartadas; outras mensagens dos serviços não foram afetadas. Os controles de limites de quando as mensagens são descartadas pode ser -configurado com RateLimitInterval= e RateLimitBurst= no +configurado com RateLimitIntervalSec= e RateLimitBurst= no /etc/systemd/journald.conf. Veja journald.conf(5) para detalhes. -- e9bf28e6e834481bb6f48f548ad13606 |