From ee937a6a1f2793672533f419900bd7d2c61ef548 Mon Sep 17 00:00:00 2001 From: mrafi97 <36865458+mrafi97@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:44:14 -0400 Subject: [PATCH] Update windows_service/README.md edited README Co-authored-by: Branden Clark --- windows_service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_service/README.md b/windows_service/README.md index 3c68fcaf3a181..7d46859d843c4 100644 --- a/windows_service/README.md +++ b/windows_service/README.md @@ -61,7 +61,7 @@ Below are some examples showing possible configurations. services: - trigger_start: false -# Matches all services with an automatic startup type and has a trigger +# Matches all services with an automatic startup type and excludes services with triggers services: - startup_type: automatic trigger_start: false