We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7e0bbe + b0d3bc5 commit bc70537Copy full SHA for bc70537
doc/110-Installation/05-Background-Daemons.md
@@ -53,8 +53,7 @@ Register-IcingaBackgroundDaemon `
53
Once a daemon is registered, you can also unregister them from Icinga for Windows.
54
55
```powershell
56
-Register-IcingaBackgroundDaemon `
57
- -Command 'Start-IcingaServiceCheckDaemon';
+Unregister-IcingaBackgroundDaemon 'Start-IcingaServiceCheckDaemon';
58
```
59
60
### Show Background Daemons
0 commit comments