From 4edf6baae25b8ebb3b3403ef9df0895411a00253 Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Wed, 11 Jun 2025 13:34:51 +0200 Subject: [PATCH] docs: PR-558.md optimization. --- documentation/new-notes/PR-558.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/documentation/new-notes/PR-558.md b/documentation/new-notes/PR-558.md index 4d06e65ab..477558b9d 100644 --- a/documentation/new-notes/PR-558.md +++ b/documentation/new-notes/PR-558.md @@ -1,6 +1,6 @@ -### New atInit Command Added +### New ```atInit``` IOC Shell Command Added -This pull request introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`). +The pull request ```PR #558``` introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`). The module allows you to write better-structured ioc shell files to include in your startup scripts without tracking where iocInit is located (and how IOC is deployed) e.g.: - to achieve the best maintainability, @@ -22,7 +22,3 @@ The module allows you to write better-structured ioc shell files to include in y - Registration and execution of commands scheduled with `atInit`. - Proper handling of empty or invalid commands without crashing the IOC. - Execution order and environment variable effects. - ---- - -This note documents the functionality introduced in PR #558.