Skip to content

Commit

Permalink
feat(WSL-Pro-Service): WSL Pro Service runs with Debug logs (#353)
Browse files Browse the repository at this point in the history
At least during the beta, it'll be useful to run the logs in debug mode
so that we can debug any issues.
  • Loading branch information
EduardGomezEscandell authored Oct 23, 2023
2 parents 3a272e2 + 2043e6d commit 458a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl-pro-service/services/wsl-pro.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Bridge to Ubuntu Pro agent on Windows

[Service]
Type=notify
ExecStart=/usr/libexec/wsl-pro-service
ExecStart=/usr/libexec/wsl-pro-service -vv
Restart=always
RestartSec=2s

Expand Down

0 comments on commit 458a10d

Please sign in to comment.