summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Knizek <knizek@b1-systems.de>2025-01-14 15:19:56 +0100
committerGitHub <noreply@github.com>2025-01-14 15:19:56 +0100
commit67317693203595ef1ba1d69fc538545c56cba645 (patch)
tree9006942b0b70d810e1d0c36b26263c6b4969b8bd
parentoomd: support reloading configuration at runtime (diff)
downloadsystemd-67317693203595ef1ba1d69fc538545c56cba645.tar.xz
systemd-67317693203595ef1ba1d69fc538545c56cba645.zip
docs: fix markup (#35995)
-rw-r--r--docs/PORTABLE_SERVICES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md
index a0bb11bff0..036b46217a 100644
--- a/docs/PORTABLE_SERVICES.md
+++ b/docs/PORTABLE_SERVICES.md
@@ -46,7 +46,7 @@ but many other existing tools will do too.
Portable services may also be constructed from layers, similarly to container environments.
See [Extension Images](#extension-images) below.
-If you so will, "Portable Services" are a nicer way to manage chroot()
+If you so will, "Portable Services" are a nicer way to manage `chroot()`
environments, with better security, tooling and behavior.
## Where's the difference to a "Container"?
@@ -73,7 +73,7 @@ This focus includes system extensions otherwise sometimes called "super-privileg
Note that portable services are only available for system services, not for
user services (i.e. the functionality cannot be used for the stuff
-bubblewrap/flatpak is focusing on).
+[`bubblewrap`](https://github.com/containers/bubblewrap)/[`flatpak`](https://flatpak.org/) is focusing on).
## Mode of Operation
@@ -166,7 +166,7 @@ Specifically, the following requirements are made for an image that can be attac
3. The image must at least contain one matching unit file, with the right name
prefix and suffix (see above).
- The unit file is searched in the usual paths, i.e. primarily /etc/systemd/system/ and /usr/lib/systemd/system/ within the image.
+ The unit file is searched in the usual paths, i.e. primarily `/etc/systemd/system/` and `/usr/lib/systemd/system/` within the image.
(The implementation will check a couple of other paths too, but it's recommended to use these two paths.)
4. The image must contain an os-release file, either in `/etc/os-release` or