!15 add Restart=on-failure in xinetd.service
From: @eaglegai Reviewed-by: @seuzw Signed-off-by: @seuzw
This commit is contained in:
commit
cc16d7e707
@ -10,6 +10,7 @@ Type=forking
|
|||||||
PIDFile=/var/run/xinetd.pid
|
PIDFile=/var/run/xinetd.pid
|
||||||
ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
|
ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
|
||||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Name: xinetd
|
Name: xinetd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.3.15
|
Version: 2.3.15
|
||||||
Release: 33
|
Release: 34
|
||||||
Summary: A super-server daemon that manages Internet-based connectivity
|
Summary: A super-server daemon that manages Internet-based connectivity
|
||||||
License: xinetd
|
License: xinetd
|
||||||
URL: https://github.com/openSUSE/xinetd
|
URL: https://github.com/openSUSE/xinetd
|
||||||
@ -116,6 +116,12 @@ install -m600 contrib/xinetd.d/* %{buildroot}%{_sysconfdir}/xinetd.d
|
|||||||
%exclude %{_mandir}/man8/xconv.pl*
|
%exclude %{_mandir}/man8/xconv.pl*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 10 2022 gaihuiying <eaglegai@163.com> - 2:2.3.15-34
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add Restart=on-failure in xinetd.service
|
||||||
|
|
||||||
* Tue Jun 1 2021 gaihuiying <gaihuiying1@huawei.com> - 2:2.3.15-33
|
* Tue Jun 1 2021 gaihuiying <gaihuiying1@huawei.com> - 2:2.3.15-33
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user