diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-16 05:21:36 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-16 05:21:36 +0200 |
commit | 41a46576156a0941d3194644a1df799cf5fc9e78 (patch) | |
tree | 8836c68258ea3e9384a250ca1e53d65d7518ac90 /NEWS | |
parent | Merge pull request #32103 from yuwata/udev-load-credentials (diff) | |
download | systemd-41a46576156a0941d3194644a1df799cf5fc9e78.tar.xz systemd-41a46576156a0941d3194644a1df799cf5fc9e78.zip |
NEWS: fix typo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ CHANGES WITH 256 in spe: transient and are only defined as long as the service manager is running (implemented via DynamicUser=1). These service managers run off home directories defined in /var/lib/capsules/<name>, where - <name> is a the capsule's name. These home directores can contain + <name> is a the capsule's name. These home directories can contain regular per-user services and other units. A capsule is started via a simple "systemctl start capsule@<name>.service". See the capsule@.service(5) man page for further details. Various systemd |