Skip to content

Commit

Permalink
Main > Live (#1988)
Browse files Browse the repository at this point in the history
* Update wsl-config.md (#1949)

* Add kernel requirement for connect-usb.md (#1950)

* Update networking.md (#1962)

Adding the OS requirements for networking features to make it clear when the features are available.

* Doc updates for dnsTunneling and autoProxy (#1970)

* dns and proxy doc updates

* add dnsTunnelingIpAddress setting

* mention generateHosts option

* move bullet point

* rephrase docker desktop point

---------

Co-authored-by: Catalin-Emil Fetoiu <cfetoiu@microsoft.com>

* Fix docker run command (#1956)

Current one will get error "/usr/bin/ls: /usr/bin/ls: cannot execute binary file"

* Updated production faq (#1954)

* Update wsl-config.md (#1959)

Matching the formatting of * near the Key column instead of the value column established lower in the table.

* Update about.md to fix small typo (#1983)

Closes #1973

* Update install-manual.md (#1981)

* Update filesystems.md to clarify Linux path (#1984)

* Update faq.yml to include note about setting username for moving distros (#1982)

* Update faq.yml to include note about setting username for moving distros

* Add set your default user account to faq

---------

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Update wsl-config.md (#1951)

* Update wsl-config.md

Add a description for defaultVhdSize option.

* Minor rewording

* Add note about max related to issue

---------

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Update use-custom-distro.md (#1985)

Fixes #1640

* Extensively clarify "Identify IP address" section. (#1978)

* Extensively clarify "Identify IP address" section.

* Move IP address scenario explanation to Networking doc

* Simplify commands and link to Networking page

* Fix warning typo

---------

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Remove postman example

Due to Postman security vulnerabilities

---------

Co-authored-by: Craig Loewen <crloewen@microsoft.com>
Co-authored-by: Keith Horton <khorton@microsoft.com>
Co-authored-by: Cătălin Emil Fetoiu <fetoiucatalinemil@gmail.com>
Co-authored-by: Catalin-Emil Fetoiu <cfetoiu@microsoft.com>
Co-authored-by: FantasqueX <fantasquex@gmail.com>
Co-authored-by: Joshua Cooper <Cooperjoshua@gmail.com>
Co-authored-by: Ben Hillis <benhill@microsoft.com>
Co-authored-by: Jimm Chen <38829153+chjfth@users.noreply.github.com>
  • Loading branch information
9 people committed Jul 17, 2024
1 parent 2973cc4 commit 4ab24bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WSL/systemd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use systemd to manage Linux services with WSL
description: Learn how to use systemd to manage Linux services with Windows Subsystem for Linux.
ms.date: 06/16/2023
ms.date: 07/17/2024
ms.topic: article
---

Expand Down Expand Up @@ -60,7 +60,7 @@ Microsoft partnered with Canonical to bring systemd support to WSL. See Craig Lo

A few examples of Linux applications that depend on systemd are:

- [snap](https://snapcraft.io/): a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel and the systemd init system. The packages are called "snaps", the command line tool for building snaps is called "Snapcraft", the central repository where snaps can be downloaded/installed is called the "Snap Store", and the daemon required to run snaps (download from the store, mount into place, confine, and run apps out of them) is called "snapd". The entire system is sometimes referred to as "snappy." Try running the command: `snap install spotify` or `snap install postman`.
- [snap](https://snapcraft.io/): a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel and the systemd init system. The packages are called "snaps", the command line tool for building snaps is called "Snapcraft", the central repository where snaps can be downloaded/installed is called the "Snap Store", and the daemon required to run snaps (download from the store, mount into place, confine, and run apps out of them) is called "snapd". The entire system is sometimes referred to as "snappy." Try running the command: `snap install spotify`.

- [microk8s](https://microk8s.io/): an open-source, low-ops, minimal production Kubernetes that automates deployment, scaling, and management of containerized apps. Follow the instructions to [Install MicroK8s on WSL2](https://microk8s.io/docs/install-wsl2), check out the [Get Started Tutorial](https://microk8s.io/docs/getting-started), or watch the video on [Kubernetes on Windows with MicroK8s and WSL 2](https://ubuntu.com/blog/kubernetes-on-windows-with-microk8s-and-wsl-2).

Expand Down

0 comments on commit 4ab24bd

Please sign in to comment.