fix server startup

This commit is contained in:
Jan Vcelak 2016-05-08 13:41:54 +02:00
parent 3bbb27f24d
commit a4a976e42c
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Type=notify
ExecStart=/usr/sbin/knotd ExecStart=/usr/sbin/knotd
ExecReload=/usr/sbin/knotc reload ExecReload=/usr/sbin/knotc reload
Restart=on-abort Restart=on-abort
ExecStartPre=/usr/sbin/knotc checkconf ExecStartPre=/usr/sbin/knotc conf-check
# Breaks daemon reload # Breaks daemon reload
#CapabilityBoundingSet=cap_net_bind_service cap_setuid cap_setgid #CapabilityBoundingSet=cap_net_bind_service cap_setuid cap_setgid

View File

@ -4,7 +4,7 @@
Summary: High-performance authoritative DNS server Summary: High-performance authoritative DNS server
Name: knot Name: knot
Version: 2.2.0 Version: 2.2.0
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv3 License: GPLv3
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.knot-dns.cz URL: http://www.knot-dns.cz
@ -186,6 +186,9 @@ exit 0
%{_pkgdocdir}/html %{_pkgdocdir}/html
%changelog %changelog
* Sun May 08 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 2.2.0-2
- fix: systemd service starting
* Tue Apr 26 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 2.2.0-1 * Tue Apr 26 2016 Jan Vcelak <jvcelak@fedoraproject.org> - 2.2.0-1
- new upstream release: - new upstream release:
+ fix: Query/response message type setting in dnstap module + fix: Query/response message type setting in dnstap module