mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update customizable_post_install.sh
This commit is contained in:
@@ -228,14 +228,13 @@ optimize_journald() {
|
|||||||
Storage=persistent
|
Storage=persistent
|
||||||
# Don't split Journald logs by user
|
# Don't split Journald logs by user
|
||||||
SplitMode=none
|
SplitMode=none
|
||||||
# Disable rate limits
|
# Reasonable rate limits (evita spam en kernel/auditd)
|
||||||
RateLimitInterval=0
|
RateLimitIntervalSec=30s
|
||||||
RateLimitIntervalSec=0
|
RateLimitBurst=1000
|
||||||
RateLimitBurst=0
|
|
||||||
# Disable Journald forwarding to syslog
|
# Disable Journald forwarding to syslog
|
||||||
ForwardToSyslog=no
|
ForwardToSyslog=no
|
||||||
# Journald forwarding to wall /var/log/kern.log
|
# Don't forward to wall (para evitar mensajes en terminales)
|
||||||
ForwardToWall=yes
|
ForwardToWall=no
|
||||||
# Disable signing of the logs, save cpu resources
|
# Disable signing of the logs, save cpu resources
|
||||||
Seal=no
|
Seal=no
|
||||||
Compress=yes
|
Compress=yes
|
||||||
|
Reference in New Issue
Block a user