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

provide remove doc

parent a8b1ff2f
No related branches found
No related tags found
No related merge requests found
title: The 66 Suite: remove
author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# remove
This command remove all components of a service. This operation **cannot be** undone. Process with caution.
## Interface
```
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.
If the *service* is running, it will be stopped and unsupervised before removing it. This is also applied to its required-by dependencies except if the `-P` is passed.
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.
This command handles [interdependencies](66.html#handling-dependencies).
## Options
- **-h** : prints this help.
## Usage example
Removes the service `foo`
```
66 remove foo
```
Removes the service `foo` without touching its interdependencies
```
66 remove -P foo
```
\ No newline at end of file
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