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

7 lines
197 B
PowerShell
Raw Normal View History

function Start-IcingaForWindows()
{
Start-IcingaService -Service 'icingapowershell';
# Update the process priority after each restart
Start-IcingaWindowsScheduledTaskProcessPriority;
}