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

6 lines
100 B
PowerShell
Raw Normal View History

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