Monitor specific processes to check if they are running. If not, start them up again with given startup parameters.
One sample use case is running Docker Desktop on Windows Server with support for Linux containers, which is not supported when running the Docker Windows Daemon. Using this component, we will be able to automatically start up Docker after it terminated or the host was restarted.
Update Readme as well.
Monitor specific processes to check if they are running. If not, start them up again with given startup parameters.
One sample use case is running Docker Desktop on Windows Server with support for Linux containers, which is not supported when running the Docker Windows Daemon. Using this component, we will be able to automatically start up Docker after it terminated or the host was restarted.
Update Readme as well.