]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/ixfrdist.service.in
Merge pull request #7908 from omoerbeek/rec-4.1.14-changelog
[thirdparty/pdns.git] / pdns / ixfrdist.service.in
1 [Unit]
2 Description=PowerDNS IXFR Distributor
3 Documentation=man:ixfrdist(1)
4 Documentation=man:ixfrdist.yml(5)
5 Documentation=https://doc.powerdns.com
6 Wants=network-online.target
7 After=network-online.target
8
9 [Service]
10 Type=simple
11 ExecStart=@bindir@/ixfrdist
12 Restart=on-failure
13 RestartSec=1
14 StartLimitInterval=0
15 PrivateTmp=true
16 PrivateDevices=true
17 CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID
18 NoNewPrivileges=true
19 ProtectSystem=full
20 ProtectHome=true
21 RestrictAddressFamilies=AF_INET AF_INET6
22
23 [Install]
24 WantedBy=multi-user.target