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

Fix service script #169

Merged
merged 12 commits into from
Dec 6, 2022
Merged

Fix service script #169

merged 12 commits into from
Dec 6, 2022

Commits on Sep 26, 2022

  1. Improve service init script and logs

    - Fixed init service script to allow proper 'start' and 'stop' actions consistently.
      I kept struggling that service start only worked after killing the distro because
      sometimes it didn't start/stop properly leaving processes running and without pid
      file
    - Added service 'status' action
    - Added additional service debug by setting environment variable DEBUG, ie:
      wsl.exe -d wsl-vpnkit DEBUG=1 service wsl-vpnkit stop
    - Changed order in startup welcome screen having stop followed by start,
      this makes it easier for users to just copy/paste from welcome screen to have
      service running
    - Added log check command to see only the latest service execution logs
    josesa-xx authored and sakai135 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9ab4b10 View commit details
    Browse the repository at this point in the history
  2. Added service restart

    - Added to README how to do start with status firt and how to enable DEBUG
    - Run tests twice with and without DEBUG enabled
    josesa-xx authored and sakai135 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1159cf2 View commit details
    Browse the repository at this point in the history
  3. Split build and test scripts

    josesa-xx authored and sakai135 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    21bdf0f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    ee37ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f32c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c25de3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0eb182 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Fixed wsl-vpnkit.service

    - stop and restart actions are performed consistently
    Improved build.sh
    - able to build inside vpn if using http_proxy
    josesa-xx committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    78eccf4 View commit details
    Browse the repository at this point in the history
  2. Minor tweaks

    josesa-xx committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    dabf5de View commit details
    Browse the repository at this point in the history
  3. Split import into dedicated script

    Allow build with podman
    Improve automated test timings
    josesa-xx committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8a62d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9decf7b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    3e8e1e0 View commit details
    Browse the repository at this point in the history