mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +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:
|
||||
|
||||
```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…
x
Reference in New Issue
Block a user