Daemon: fix typos

This commit is contained in:
Dirk Götz 2019-09-25 13:59:35 +02:00 committed by Thomas Gelf
parent 802ecdf07f
commit cd62ed9c2d

View File

@ -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
``` ```