icinga-powershell-framework/lib/core/windows/Restart-Icinga.psm1

6 lines
106 B
PowerShell
Raw Normal View History

function Restart-Icinga()
{
Restart-IcingaService -Service 'icinga2';
Restart-IcingaForWindows;
}