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

Run process detached from its parent on Linux #42

Merged
merged 3 commits into from
Sep 14, 2017

Commits on Sep 14, 2017

  1. Detach the child process when waiting is false

    On platforms that use xdg-open, if waiting option is false set stdio to 'ignore'
    and detached to true so that the xdg-open process is completely detached from
    the parent and it is able to continue running after the parent exits.
    GAumala committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    4e4a759 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    kevva committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    2fd5586 View commit details
    Browse the repository at this point in the history
  3. Small tweak to docs

    kevva committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    1237a42 View commit details
    Browse the repository at this point in the history