mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
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
6 lines
142 B
SYSTEMD
6 lines
142 B
SYSTEMD
[Socket]
|
|
ListenDatagram=127.0.0.1:1153
|
|
ListenStream=127.0.0.1:1153
|
|
# ListenStream=@UNBOUND_RUN_DIR@/control
|
|
[Install]
|
|
WantedBy=sockets.target
|