From 561e3480cd864fdc0931562281d596e5ec221e15 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 5 Mar 2024 07:55:48 +0000 Subject: [PATCH] change ExecReload to fix reload failure --- unbound.service | 2 +- unbound.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/unbound.service b/unbound.service index 287fe8d..7fcacf7 100644 --- a/unbound.service +++ b/unbound.service @@ -13,7 +13,7 @@ EnvironmentFile=-/etc/sysconfig/unbound ExecStartPre=/usr/sbin/unbound-checkconf ExecStartPre=-/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem -f /etc/resolv.conf -R ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS -ExecReload=/usr/sbin/unbound-control reload +ExecReload=+/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target diff --git a/unbound.spec b/unbound.spec index 30fd1c4..b8aa00c 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.11.0 -Release: 11 +Release: 12 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -232,6 +232,12 @@ popd %{_mandir}/man* %changelog +* Tue Mar 05 2024 gaihuiying - 1.11.0-12 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:change ExecReload to fix reload failure + * Fri Mar 01 2024 gaihuiying - 1.11.0-11 - Type:bugfix - CVE:NA -- Gitee