... | @@ -26,7 +26,7 @@ After postinstall, you will want to start the CII services on your host (unless |
... | @@ -26,7 +26,7 @@ After postinstall, you will want to start the CII services on your host (unless |
|
--------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------
|
|
### How-to start/stop CII services
|
|
### How-to start/stop CII services
|
|
|
|
|
|
The cii-services utility lets you start/stop/monitor the CII services. For some operations, it requires root-privileges -> it will show a password prompt when needed.
|
|
The cii-services utility lets you start/stop/monitor the CII services. For some operations, it requires root-privileges, and can be run with `sudo`. If you don't use sudo, it will show a root password prompt when needed.
|
|
|
|
|
|
Note: Before using CII services, you or an administrator have to run the CII-post-installation, see [How-to post-install CII services](#how-to-post-install-cii-services)
|
|
Note: Before using CII services, you or an administrator have to run the CII-post-installation, see [How-to post-install CII services](#how-to-post-install-cii-services)
|
|
|
|
|
... | @@ -44,7 +44,7 @@ $ cii-services info |
... | @@ -44,7 +44,7 @@ $ cii-services info |
|
|
|
|
|
*start / stop*
|
|
*start / stop*
|
|
```
|
|
```
|
|
$ cii-services start <services>
|
|
$ sudo cii-services start <services>
|
|
```
|
|
```
|
|
To learn about the options, run the command without arguments.
|
|
To learn about the options, run the command without arguments.
|
|
|
|
|
... | | ... | |