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

pulse: starting/stopping improvements #43

Merged
merged 2 commits into from
Apr 9, 2020

Commits on Apr 5, 2020

  1. pulse: periodically check if vchan connection is alive

    If the remote domain is killed, vchan may not get the notification. To
    avoid hanging process in such a case, periodically check if vchan
    connection is open (as other vchan applications do).
    
    This partially reverts d0fcc6c.
    
    Fixes QubesOS/qubes-issues#5760
    marmarek committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    ad3b39c View commit details
    Browse the repository at this point in the history
  2. pulse: create pidfile

    Create a pidfile and take a lock on it. Prevent starting multiple
    instances for the same VM.
    
    Fixes QubesOS/qubes-issues#5760
    marmarek committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    dff304a View commit details
    Browse the repository at this point in the history