-
Hello, I am using systemd to run pdns. The default included service unit uses the Which is the recommended way of running pdns with systemd? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
omoerbeek
Sep 3, 2025
Replies: 1 comment 1 reply
-
When running managed by |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rjcortese
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running managed by
systemd
,systemd
takes care of the things like backgrounding, detaching from the terminal, redirecting output streams etc.daemon=yes
is only needed when the pdns process is supposed to do these things itself.