From 0866564b4ff286279199423b24b7aaa65657243f Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Tue, 11 Feb 2025 00:31:37 -0300 Subject: [PATCH] s6.md: update --- articles/s6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/s6.md b/articles/s6.md index e657b44..9b2444c 100644 --- a/articles/s6.md +++ b/articles/s6.md @@ -36,7 +36,7 @@ Alternatively, a different live set can be explicitly specified with the `-l` fl ```sh s6-rc -u change foo # Starts service or bundle `foo`, including its dependencies. s6-rc -d change foo # Self explanatory -s6-ec -D change foo # Forcedly stop a service +s6-rc -D change foo # Force stop a service s6-rc start foo # Shorthands for the above commands s6-rc stop foo