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