summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-09-17 08:13:38 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-17 10:21:54 +0200
commita65b864835e79c27c84b9c358006b230c21ce678 (patch)
tree398da35305aa8aff59e78cc718968764a28eabfa /docs
parenttest/repart: fix mkfs checker (diff)
downloadsystemd-a65b864835e79c27c84b9c358006b230c21ce678.tar.xz
systemd-a65b864835e79c27c84b9c358006b230c21ce678.zip
docs: fix typo in filename: REATLIME -> REALTIME
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md2
-rw-r--r--docs/MY_SERVICE_CANT_GET_REALTIME.md (renamed from docs/MY_SERVICE_CANT_GET_REATLIME.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 3b03726c9d..02be27fcaf 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -104,7 +104,7 @@ A: Use:
**Q: Whenever my service tries to acquire RT scheduling for one of its threads this is refused with EPERM even though my service is running with full privileges. This works fine on my non-systemd system!**
-A: By default, systemd places all systemd daemons in their own cgroup in the "cpu" hierarchy. Unfortunately, due to a kernel limitation, this has the effect of disallowing RT entirely for the service. See [My Service Can't Get Realtime!](/MY_SERVICE_CANT_GET_REATLIME) for a longer discussion and what to do about this.
+A: By default, systemd places all systemd daemons in their own cgroup in the "cpu" hierarchy. Unfortunately, due to a kernel limitation, this has the effect of disallowing RT entirely for the service. See [My Service Can't Get Realtime!](/MY_SERVICE_CANT_GET_REALTIME) for a longer discussion and what to do about this.
**Q: My service is ordered after `network.target` but at boot it is still called before the network is up. What's going on?**
diff --git a/docs/MY_SERVICE_CANT_GET_REATLIME.md b/docs/MY_SERVICE_CANT_GET_REALTIME.md
index 26a2e6efcf..26a2e6efcf 100644
--- a/docs/MY_SERVICE_CANT_GET_REATLIME.md
+++ b/docs/MY_SERVICE_CANT_GET_REALTIME.md