saslauthd always restart with 1s
Signed-off-by: yixiangzhike <yixiangzhike007@163.com> (cherry picked from commit b8ccfd75fdfeb3348f317b547c90a830204fd11c)
This commit is contained in:
parent
08109d268e
commit
dbeab33e40
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user