From 47eda12bb3dac659a64f352b6e8848daf8b6dd35 Mon Sep 17 00:00:00 2001 From: 19909236985 Date: Mon, 14 Mar 2022 20:54:33 +0800 Subject: [PATCH] change startlimitburst spelling errors --- rsyslog.service | 2 +- rsyslog.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rsyslog.service b/rsyslog.service index f9a5465..f12de6a 100644 --- a/rsyslog.service +++ b/rsyslog.service @@ -12,7 +12,7 @@ EnvironmentFile=-/etc/sysconfig/rsyslog ExecStart=/usr/sbin/rsyslogd -n -i/var/run/rsyslogd.pid $SYSLOGD_OPTIONS ExecStartPost=/bin/bash /usr/bin/timezone_update.sh UMask=0066 -StartLimtBurst=100 +StartLimitBurst=100 RestartSec=1s StandardOutput=null Restart=on-failure diff --git a/rsyslog.spec b/rsyslog.spec index 6d85460..c02653b 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -4,7 +4,7 @@ Name: rsyslog Version: 8.2110.0 -Release: 6 +Release: 7 Summary: The rocket-fast system for log processing License: (GPLv3+ and ASL 2.0) URL: http://www.rsyslog.com/ @@ -476,6 +476,9 @@ done %{_mandir}/man1/rscryutil.1.gz %changelog +* Mon Mar 14 2022 wuchaochao - 8.2110.0-7 +- change startlimitburst spelling errors + * Feb Mon 28 2022 wangkerong - 8.2110.0-6 - Increase the limit on restart frequency -- Gitee