Add README.md, unit file

This commit is contained in:
2023-02-25 19:30:43 -05:00
parent 511ad88635
commit ebbf15d452
4 changed files with 86 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
#! /bin/bash
useradd -u 1005 -M davidb
exec /usr/sbin/named -g -4 -u davidb
# run in the forground, but not in debug-mode
# use IPv4 only -- if zeke ever gets IPv6 access, we can turn that on
# use the built-in `bind` user
exec /usr/sbin/named -f -4 -u bind