Initial import into git

This commit is contained in:
2026-03-21 00:22:15 -06:00
commit 12c0fef463
9 changed files with 99 additions and 0 deletions

4
docker/entrypoint-dlitz.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -eu
envsubst < /etc/avahi/avahi-daemon.conf.template > /etc/avahi/avahi-daemon.conf
exec /init "$@"