mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Merge pull request #512 from t3easy/patch-1
Fix Unregister Background Daemons example
This commit is contained in:
commit
bc70537e6e
1 changed files with 1 additions and 2 deletions
|
|
@ -53,8 +53,7 @@ Register-IcingaBackgroundDaemon `
|
||||||
Once a daemon is registered, you can also unregister them from Icinga for Windows.
|
Once a daemon is registered, you can also unregister them from Icinga for Windows.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Register-IcingaBackgroundDaemon `
|
Unregister-IcingaBackgroundDaemon 'Start-IcingaServiceCheckDaemon';
|
||||||
-Command 'Start-IcingaServiceCheckDaemon';
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Show Background Daemons
|
### Show Background Daemons
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue