Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preflight: add cleanup check to kill daemon process #3815

Merged
merged 1 commit into from
Sep 4, 2023

Commits on Sep 1, 2023

  1. preflight: add cleanup check to kill daemon process

    on windows recently it was observed that stopping the scheduled
    task did not stop the started daemon process
    
    as workaround this cleanup is added to forcefully kill any running
    daemon process during 'crc cleanup'. This is needed since only one
    instance of the daemon is allowed to run, having a running  daemon
    prevents 'crc setup' from starting the daemon scheduled task
    anjannath committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ae97b07 View commit details
    Browse the repository at this point in the history