Skip to main content

RECORD_FILE

Constant RECORD_FILE 

Source
pub const RECORD_FILE: &str = "service.toml";
Expand description

The file install writes and status reads, inside config/.

config/ and not state/: 05-infrastructure.md gives config/ to “non-secret TOML”, and this is exactly that — a record of what was registered, holding no credential. It is also the one file uninstall removes, which is what keeps “uninstall deletes no configuration” honest: the record is not configuration, it is the registration’s own footprint.