change ExecReload to fix reload failure
(cherry picked from commit 75d3bdea47ba4e33d9285b527089c6202bf618d9)
This commit is contained in:
parent
7081e64a80
commit
dabbc85b85
@ -13,7 +13,7 @@ EnvironmentFile=-/etc/sysconfig/unbound
|
|||||||
ExecStartPre=/usr/sbin/unbound-checkconf
|
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
|
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
|
ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS
|
||||||
ExecReload=/usr/sbin/unbound-control reload
|
ExecReload=+/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.13.2
|
Version: 1.13.2
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: Unbound is a validating, recursive, caching DNS resolver
|
Summary: Unbound is a validating, recursive, caching DNS resolver
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://nlnetlabs.nl/projects/unbound/about/
|
Url: https://nlnetlabs.nl/projects/unbound/about/
|
||||||
@ -244,6 +244,12 @@ popd
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 05 2024 gaihuiying <eaglegai@163.com> - 1.13.2-11
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change ExecReload to fix reload failure
|
||||||
|
|
||||||
* Tue Feb 27 2024 gaihuiying <eaglegai@163.com> - 1.13.2-10
|
* Tue Feb 27 2024 gaihuiying <eaglegai@163.com> - 1.13.2-10
|
||||||
- Type:cves
|
- Type:cves
|
||||||
- CVE:CVE-2024-1488
|
- CVE:CVE-2024-1488
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user