I’m working on a Docker container to run my PDNS Authoritative servers. I’m 
installing PDNS from repo.powerdns.com <http://repo.powerdns.com/>. The Docker 
command that is run in `pdns_server`. The `docker stop` command sends a 
`SIGTERM` to PID 1, waits some amount of time, and then sends SIGKILL to force 
it to stop. It’s having to resort to SIGKILL, because `pdns_server` doesn’t 
respond to `SIGTERM`. What is the correct signal to tell PDNS to shut down?

Thanks,

Nick
_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to