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:
|
||||
|
||||
```sh
|
||||
systemctl enable icinga-director.service
|
||||
systemctl start icinga-director.service
|
||||
```
|
||||
|
||||
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
|
||||
systemctl enable icinga-director.service
|
||||
systemctl stop icinga-director.service
|
||||
```
|
||||
|
||||
Getting rid of the old Job Daemon
|
||||
|
@ -65,4 +65,4 @@ systemctl stop director-jobs
|
|||
systemctl disable director-jobs
|
||||
rm /etc/systemd/system/director-jobs.service
|
||||
systemctl daemon-reload
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue