mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 20:29:32 -05:00
6 lines
106 B
PowerShell
6 lines
106 B
PowerShell
|
|
function Restart-Icinga()
|
||
|
|
{
|
||
|
|
Restart-IcingaService -Service 'icinga2';
|
||
|
|
Restart-IcingaForWindows;
|
||
|
|
}
|