Initial commit

This commit is contained in:
Maurice
2025-08-20 17:11:32 +02:00
commit 8c2f438749
21 changed files with 392 additions and 0 deletions

5
SETUP-WORKSTATION.md Normal file
View File

@@ -0,0 +1,5 @@
# Chronyd blocks at startup
chronyd takes care of keeping the system clock in sync. When the system boots, chronyd will block start-up until it has resolved the time. This is useful on systems without a hardware clock (to avoid the system booting as 1970-01-01), but annoying for this setup.
This behaviour can be disabled by editing /etc/conf.d/chronyd and setting FAST_STARTUP=yes.