Fix MaxOpenFiles declaration

Limits.conf needs to have one type of declaration
Conf-file needs a different declaration.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
Stephen Smoogen 2023-05-11 14:09:53 -04:00
parent 85d5c21bcc
commit 7ea1509a2f
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,2 @@
$MaxOpenFiles 131072
[Service]
LimitNOFILE=131072

View file

@ -40,6 +40,7 @@ $IMUXSockRateLimitInterval 0
$SystemLogRateLimitInterval 0
$WorkDirectory /var/lib/rsyslog
$IMJournalStateFile imjournal.state
$MaxOpenFiles 131072
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# T E M P L A T E S #