PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.65k stars 907 forks source link

Add socket activation support for systemd #956

Open davidstrauss opened 11 years ago

davidstrauss commented 11 years ago

Reasons it's awesome:

Some C-based examples are here: http://0pointer.de/blog/projects/socket-activation.html

bjoe2k4 commented 8 years ago

Any update on this? Using the recursor is quite a pain if other services depend on it.

cmouse commented 8 years ago

Can't you workaround with After=pdns-recursor.service?

bjoe2k4 commented 8 years ago

Yes, this is what i ended up doing (actually After=nss-lookup.target), but you have to do it for every service that requires dns lookups on startup. Still, socket activation would be nice to have.