saslauthd always restart with 1s

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
(cherry picked from commit b8ccfd75fdfeb3348f317b547c90a830204fd11c)
This commit is contained in:
yixiangzhike 2022-09-20 15:32:18 +08:00 committed by openeuler-sync-bot
parent 08109d268e
commit dbeab33e40
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: cyrus-sasl
Version: 2.1.27
Release: 14
Release: 15
Summary: The Cyrus SASL API Implementation
License: BSD with advertising
@ -264,6 +264,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
%changelog
* Tue Sep 20 2022 yixiangzhike <yixiangzhike007@163.com> - 2.1.27-15
- saslauthd always restart with 1s
* Fri May 20 2022 yixiangzhike <yixiangzhike007@163.com> - 2.1.27-14
- compatible with autoconf-2.71

View File

@ -6,6 +6,8 @@ Type=forking
EnvironmentFile=/etc/sysconfig/saslauthd
ExecStart=/usr/sbin/saslauthd -m /run/saslauthd -a pam $FLAGS
RuntimeDirectory=saslauthd
Restart=always
RestartSec=1s
[Install]
WantedBy=multi-user.target