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
|
Name: cyrus-sasl
|
||||||
Version: 2.1.27
|
Version: 2.1.27
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: The Cyrus SASL API Implementation
|
Summary: The Cyrus SASL API Implementation
|
||||||
|
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
@ -264,6 +264,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 20 2022 yixiangzhike <yixiangzhike007@163.com> - 2.1.27-14
|
||||||
- compatible with autoconf-2.71
|
- compatible with autoconf-2.71
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,8 @@ Type=forking
|
|||||||
EnvironmentFile=/etc/sysconfig/saslauthd
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
||||||
ExecStart=/usr/sbin/saslauthd -m /run/saslauthd -a pam $FLAGS
|
ExecStart=/usr/sbin/saslauthd -m /run/saslauthd -a pam $FLAGS
|
||||||
RuntimeDirectory=saslauthd
|
RuntimeDirectory=saslauthd
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user