Update docs

This commit is contained in:
lily 2026-01-13 13:50:47 +11:00
parent 2df3636b6a
commit 328dc018a6
No known key found for this signature in database
GPG key ID: 6A91E98FC1591F03
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ gcc src/solver.c -o bin/solver
## Development Conventions
### Service Scripts
- **Location:** Place scripts in the directory defined by `INIT_DIRECTORY` (default: `examples/`).
- **Location:** Place scripts in the directory defined by `INIT_DIRECTORY` (default: `/etc/init/init.d`).
- **Naming:**
- Runlevel-specific: `<runlevel>.<generic_name>` (e.g., `1.logging.sh`). These are typically **symlinks** to the generic scripts.
- Generic: `<generic_name>` (e.g., `logging.sh`). This is the file actually executed by the runner.

View file

@ -23,4 +23,4 @@ gcc src/solver.c -o bin/solver
## Configuration
Service scripts are located in `examples/`. Dependencies are declared on the first line of runlevel-specific scripts (e.g., `1.service.sh`) using a `#` prefix followed by the generic script names.
Example service scripts are located in `examples/`. Dependencies are declared on the first line of runlevel-specific scripts (e.g., `1.service.sh`) using a `#` prefix followed by the generic script names.