@@ -17,7 +17,7 @@ This command starts one ore more *services*.
start [ -h ] [ -P ] service(s)
```
This command expects to find an already running [scandir](scandir.html). If the state of the *service* is already up, the *start* command does nothing but handles dependency except when passing the **-P** option.
This command expects to find an already running [scandir](scandir.html). If the state of the *service* is already up, the *start* command does nothing but handles dependency except when passing the `-P` option.
Multiple *services* can be started by seperating their names with a space.
...
...
@@ -66,4 +66,4 @@ You also can use the `-P` option to avoid handling the dependencies of the servi
@@ -17,7 +17,7 @@ This command stops one ore more *services*.
stop [ -h ] [ -P ] service(s)
```
This command expects to find an already running [scandir](scandir.html) and an already parsed service. If the state of the *service* is already down, the *stop* command does nothing but handles required-by dependency except when passing the **-P** option.
This command expects to find an already running [scandir](scandir.html) and an already parsed service. If the state of the *service* is already down, the *stop* command does nothing but handles required-by dependency except when passing the `-P` option.
Multiple *services* can be stopped by seperating their names with a space.
...
...
@@ -59,4 +59,4 @@ You also can use the `-P` option to avoid handling the required-by dependencies