mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Daemon: fix typos
This commit is contained in:
parent
802ecdf07f
commit
cd62ed9c2d
@ -42,16 +42,16 @@ Starting the Daemon
|
|||||||
You now can start the Background daemon like any other service on your Linux system:
|
You now can start the Background daemon like any other service on your Linux system:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
systemctl enable icinga-director.service
|
systemctl start icinga-director.service
|
||||||
```
|
```
|
||||||
|
|
||||||
Stopping the Daemon
|
Stopping the Daemon
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You now can start the Background daemon like any other service on your Linux system:
|
You now can stop the Background daemon like any other service on your Linux system:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
systemctl enable icinga-director.service
|
systemctl stop icinga-director.service
|
||||||
```
|
```
|
||||||
|
|
||||||
Getting rid of the old Job Daemon
|
Getting rid of the old Job Daemon
|
||||||
@ -65,4 +65,4 @@ systemctl stop director-jobs
|
|||||||
systemctl disable director-jobs
|
systemctl disable director-jobs
|
||||||
rm /etc/systemd/system/director-jobs.service
|
rm /etc/systemd/system/director-jobs.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user