12 lines
461 B
Plaintext
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.
|