We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current /etc/wsl.conf config file (see the [boot] section):
/etc/wsl.conf
[boot]
[automount] enabled = true root = /mnt options = "metadata,uid=1000,gid=1000,umask=077,fmask=11,case=off" mountFsTab = true [boot] systemd = true command = imp --initialize [user] default = jellium [interop] enabled = false appendWindowsPath = false
After startup, ps aux|grep imp returns:
ps aux|grep imp
root 674 0.0 0.0 2576 900 ? Ss 01:24 0:00 /bin/sh /usr/lib/bottle-imp/wait-forever.sh jellium 978 0.0 0.0 6332 1988 pts/0 S+ 01:25 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox imp
However, when closing all terminal windows of this WSL instance, wsl --list --verbose returns after ca. 15 seconds:
wsl --list --verbose
NAME STATE VERSION * Debian Stopped 2
What am I missing? Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
/etc/wsl.conf
config file (see the[boot]
section):After startup,
ps aux|grep imp
returns:However, when closing all terminal windows of this WSL instance,
wsl --list --verbose
returns after ca. 15 seconds:What am I missing?
Thank you.
The text was updated successfully, but these errors were encountered: