# This file is part of ctkarch-sysconfig.
#
# ctkarch-sysconfig is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.

_title='Limits for systemd (timeout, log size...)'

_limitjournalsize='Size limit in MB for journald (systemd) files'
_doesntexist="N'existe pas"
_explain_limitjournalsize='The value of SystemMaxUse in /etc/systemd/journald.conf was set to what you just chose.'

_systemdtimeout='Default timeout for stopping systemd service units'
_systemdtimeouthint='Should only apply if your machine hangs due to a butty a service. A value under 10s could kill a service that was actually stopping properly.'
_explain_systemdtimeout='The value of DefaultTimeoutStopSec in /etc/systemd/system.conf was set to what you just chose.'

_coredumplogs='(Do not) log core dumps in the journal'
_logcoredumps='Let systemd log core dumps'
_dontlogcoredumps='Do not log core dumps (avoids huge disk writes)'
_explain_coredumplogs='To disable including in the journal the memory images of the processes that crashed, a file containing "kernel.core_pattern =" is created in /etc/sysctl.d/. To enable that, it is deleted.'

_logstorage='Logs storage (RAM/disk/not)'
_logstorage_disk='Store logs on disk (persistent)'
_logstorage_ram='Store logs in RAM (volatile)'
_logstorage_auto='Let the existence of /var/log/journal decide (auto)'
_logstorage_none='Discard log data completely (none)'
_explain_logstorage='The value of "Storage=" in /etc/systemd/journald.conf was changed to "persistent", "volatile", "auto" or "none".'
