Skip to content

Commit bc70537

Browse files
authored
Merge pull request #512 from t3easy/patch-1
Fix Unregister Background Daemons example
2 parents a7e0bbe + b0d3bc5 commit bc70537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/110-Installation/05-Background-Daemons.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ Register-IcingaBackgroundDaemon `
5353
Once a daemon is registered, you can also unregister them from Icinga for Windows.
5454

5555
```powershell
56-
Register-IcingaBackgroundDaemon `
57-
-Command 'Start-IcingaServiceCheckDaemon';
56+
Unregister-IcingaBackgroundDaemon 'Start-IcingaServiceCheckDaemon';
5857
```
5958

6059
### Show Background Daemons

0 commit comments

Comments
 (0)