From 3823202b63144b4c7072e632e3c837fdc45de414 Mon Sep 17 00:00:00 2001 From: Lupus590 Date: Thu, 5 May 2022 17:37:41 +0100 Subject: [PATCH] turns on instead of boots Co-authored-by: Jonathan Coates --- doc/guides/startup_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/startup_files.md b/doc/guides/startup_files.md index a747ff5ac..4710fc4ed 100644 --- a/doc/guides/startup_files.md +++ b/doc/guides/startup_files.md @@ -2,7 +2,7 @@ module: [kind=guide] startup_files --- -# Running code when a computer boots +# Running code when a computer turns on :::note Use case You might be aware that CC computers restart when the chunk they are in reloads, one of the uses of startup files provides a way to have the CC computer run arbitrary code after it has finished turning on. Currently, this is the closest that CC has to persistence built-in.