diff --git a/xinetd.service b/xinetd.service index abf097d..4f4b5c1 100644 --- a/xinetd.service +++ b/xinetd.service @@ -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 diff --git a/xinetd.spec b/xinetd.spec index af754be..f3cb1fb 100644 --- a/xinetd.spec +++ b/xinetd.spec @@ -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 - 2:2.3.15-34 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add Restart=on-failure in xinetd.service + * Tue Jun 1 2021 gaihuiying - 2:2.3.15-33 - Type:bugfix - ID:NA