icinga-powershell-framework/lib/core/windows/Start-IcingaForWindows.psm1
2024-09-19 12:27:06 +02:00

6 lines
197 B
PowerShell

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