Skip to content
Snippets Groups Projects
Commit 877b095e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent ca8c6ac0
No related branches found
No related tags found
No related merge requests found
Pipeline #13670 passed
...@@ -14,7 +14,7 @@ This command remove all components of a service. This operation **cannot be** un ...@@ -14,7 +14,7 @@ This command remove all components of a service. This operation **cannot be** un
## Interface ## Interface
``` ```
remove [ -h ] [ -P ] service remove [ -h ] [ -P ] service...
``` ```
This command remove all files belongs to *service* from the system even its log file. The only exception is its [frontend](frontend.html) file. This command remove all files belongs to *service* from the system even its log file. The only exception is its [frontend](frontend.html) file.
...@@ -23,6 +23,8 @@ If the *service* is running, it will be stopped and unsupervised before removing ...@@ -23,6 +23,8 @@ If the *service* is running, it will be stopped and unsupervised before removing
In case of `module` *service* type, all *services* declared within the `module` will be removed. The `-P` has no effect on the *services* within the `module` and only affects the module's dependencies. In case of `module` *service* type, all *services* declared within the `module` will be removed. The `-P` has no effect on the *services* within the `module` and only affects the module's dependencies.
If the associated tree of *service* is a part of the group `boot`, the service is not stopped and not unsupervised. The changes will occur at the next boot.
This command handles [interdependencies](66.html#handling-dependencies). This command handles [interdependencies](66.html#handling-dependencies).
## Options ## Options
...@@ -39,4 +41,4 @@ Removes the service `foo` ...@@ -39,4 +41,4 @@ Removes the service `foo`
Removes the service `foo` without touching its interdependencies Removes the service `foo` without touching its interdependencies
``` ```
66 remove -P foo 66 remove -P foo
``` ```
\ No newline at end of file
...@@ -244,7 +244,7 @@ char const *help_state = ...@@ -244,7 +244,7 @@ char const *help_state =
" -h: print this help\n" " -h: print this help\n"
; ;
char const *usage_remove = "66 remove [ -h ] [ -P ] service" ; char const *usage_remove = "66 remove [ -h ] [ -P ] service..." ;
char const *help_remove = char const *help_remove =
"\nremove services and cleanup all files belong to it from the system\n" "\nremove services and cleanup all files belong to it from the system\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment