- Notifications
You must be signed in to change notification settings - Fork20
Closed
Description
I'm creating achocolatey package for wsl-ssh-agent (package source). I want to gracefully stopwsl-ssh-agent-gui process before updating wsl-ssh-agent package.
When I forcibly stopwsl-ssh-agent-gui by powershellStop-Process cmdlet, socket file and lock file generated bywsl-ssh-agent-gui (likessh-126447479.sock,wsl-ssh-agent-gui.lock) remain in%TEMP% folder.
Is there a good method to gracefully stopwsl-ssh-agent-gui process from command line (powershell orcmd)?