]> git.ipfire.org Git - thirdparty/unbound.git/commit
- configure --enable-systemd and lets unbound use systemd sockets if
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 3 Jan 2017 13:43:29 +0000 (13:43 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 3 Jan 2017 13:43:29 +0000 (13:43 +0000)
commitcd7db58ce31e59f24dec86a896baf6706d4c3bc5
tree239a7d8227a66583c0f60348304aa591d2c157e6
parent3d74d8e95b7c4fed21bc56887b15cd8851380791
- configure --enable-systemd and lets unbound use systemd sockets if
  you enable use-systemd: yes in unbound.conf.
  Also there are contrib/unbound.socket and contrib/unbound.service:
  systemd files for unbound, install them in /usr/lib/systemd/system.
  Contributed by Sami Kerola and Pavel Odintsov.

git-svn-id: file:///svn/unbound/trunk@3975 be551aaa-1e26-0410-a405-d3ace91eadb9
24 files changed:
aclocal.m4
config.h.in
configure
configure.ac
contrib/README
contrib/unbound.service.in [new file with mode: 0644]
contrib/unbound.socket.in [new file with mode: 0644]
daemon/daemon.c
daemon/remote.c
daemon/unbound.c
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
services/listen_dnsport.c
services/listen_dnsport.h
services/outside_network.c
systemd.m4 [new file with mode: 0644]
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y