blob: 1246e056d80fb61df38caa8dd5383f5b68c4d0ab (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of dracut systemd-journal module.
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Dracut requires volatile journal without rate-limiting
[Journal]
Storage=volatile
RateLimitInterval=0
RateLimitBurst=0
|