Files
bare-operating-system/packages/bare-os-seeder/kernel/etc/bare-os/rc.d/README
T
2026-04-03 18:46:37 -04:00

12 lines
461 B
Plaintext

# Optional boot snippets (trusted)
Files in this directory are executed after `/etc/bare-os/rc`, in **lexicographic
order** by filename. Use numeric prefixes (e.g. `10-local`, `20-proxy`) to
control order. Each file is treated like `rc`: one shell command per non-empty,
non-comment line.
Lines starting with `#` and blank lines are ignored. Dotfiles and names ending
in `~` are skipped.
Only ship snippets you trust — they run with full `execLine` power.