systemd/module-setup.sh: turn off RateLimit for the journal
parent
0fb7b847c5
commit
528ae4f46c
|
|
@ -145,5 +145,14 @@ install() {
|
|||
|
||||
inst_script "$moddir/service-to-run.sh" "${systemdutildir}/system-generators/service-to-run"
|
||||
inst_rules 99-systemd.rules
|
||||
|
||||
# turn off RateLimit for journal
|
||||
{
|
||||
echo "[Journal]"
|
||||
echo "RateLimitInterval=0"
|
||||
echo "RateLimitBurst=0"
|
||||
} >> "$initdir/etc/systemd/journald.conf"
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue