diff --git a/GEMINI.md b/GEMINI.md index d241bc9..271468a 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -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: `.` (e.g., `1.logging.sh`). These are typically **symlinks** to the generic scripts. - Generic: `` (e.g., `logging.sh`). This is the file actually executed by the runner. diff --git a/README.md b/README.md index 0946878..b85fcf8 100644 --- a/README.md +++ b/README.md @@ -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.