add Restart=on-failure in xinetd.service
This commit is contained in:
parent
88001d4b46
commit
e900104a94
@ -10,6 +10,7 @@ Type=forking
|
||||
PIDFile=/var/run/xinetd.pid
|
||||
ExecStart=/usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
|
||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: xinetd
|
||||
Epoch: 2
|
||||
Version: 2.3.15
|
||||
Release: 33
|
||||
Release: 34
|
||||
Summary: A super-server daemon that manages Internet-based connectivity
|
||||
License: 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*
|
||||
|
||||
%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
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user