mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
.. | ||
coredns-sysusers.conf | ||
coredns-tmpfiles.conf | ||
coredns.service | ||
README.md |
Systemd Service File
Use coredns.service
as a systemd service file. It defaults to using a "coredns" user with
a homedir of /var/lib/coredns
and the binary lives in /usr/bin
and the config in
/etc/coredns/Corefile
.
In order to work, you need to do following jobs:
- Put
coredns
binary in/usr/bin
- Put
Corefile
at/etc/coredns/Corefile
- Put
coredns-sysusers.conf
in/usr/lib/sysusers.d
- Put
coredns-tmpfiles.conf
in/usr/lib/tmpfiles.d