!53 [sync] PR-52: 添加ExecStartPost选项到mailman3.service解决服务启动报错
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
9ffdf4edfe
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: mailman
|
Name: mailman
|
||||||
Version: 3.3.2
|
Version: 3.3.2
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Summary: The GNU mailing list manager
|
Summary: The GNU mailing list manager
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -213,6 +213,9 @@ done
|
|||||||
%{_datadir}/selinux/*/mailman3.pp
|
%{_datadir}/selinux/*/mailman3.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 08 2023 yaoxin <yaoxin30@h-partners.com> - 3:3.3.2-9
|
||||||
|
- Add ExecStartPost option to mailman3.service for fix error message when mailman3 starting
|
||||||
|
|
||||||
* Fri Jan 20 2023 yaoxin <yaoxin30@h-partners.com> - 3:3.3.2-8
|
* Fri Jan 20 2023 yaoxin <yaoxin30@h-partners.com> - 3:3.3.2-8
|
||||||
- Fix build error due to python-authheaders update to 0.15.1
|
- Fix build error due to python-authheaders update to 0.15.1
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,7 @@ PIDFile=/run/mailman3/master.pid
|
|||||||
User=mailman
|
User=mailman
|
||||||
Group=mailman
|
Group=mailman
|
||||||
ExecStart=/usr/bin/mailman3 start --force
|
ExecStart=/usr/bin/mailman3 start --force
|
||||||
|
ExecStartPost=/usr/bin/sleep 1
|
||||||
ExecReload=/usr/bin/mailman3 restart
|
ExecReload=/usr/bin/mailman3 restart
|
||||||
ExecStop=/usr/bin/mailman3 stop
|
ExecStop=/usr/bin/mailman3 stop
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user