Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
@@ -0,0 +1,11 @@
[Unit]
Description=Wait for nase.meow to be reachable
After=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'until host nase.meow; do sleep 1; done'
TimeoutSec=30
[Install]
WantedBy=multi-user.target