!36 [sync] PR-33: 【openEuler-22.03-LTS】saslauthd always restart with 1s

From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-10-26 06:20:31 +00:00 committed by Gitee
commit 53e2e7a240
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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