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
1 changed files with 4 additions and 4 deletions

View File

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