We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951880b commit 4cec797Copy full SHA for 4cec797
wsl/tutorial/develop-with-ubuntu-wsl.md
@@ -335,7 +335,7 @@ We have been manually starting our server each time. What if we want the server
335
to always run when we open the Ubuntu instance with our web project?
336
337
A tool called `systemd` in Ubuntu manages background processes on boot.
338
-This enables the snap daemon (snapd) -- for example -- to run in the background in Ubuntu on WSL,
+This enables the [snap daemon (snapd)](https://snapcraft.io/docs) -- for example -- to run in the background in Ubuntu on WSL,
339
so that software can be installed as snaps.
340
341
Systemd is enabled by default on all supported versions of Ubuntu on WSL.
0 commit comments