summaryrefslogtreecommitdiff
path: root/docs/ROOT_STORAGE_DAEMONS.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-13 21:03:15 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-13 21:03:15 +0100
commit744c49e1fef0873320e63bd31839f6ced12ae758 (patch)
tree79748069ac287152068e50aec30eb33d17f64387 /docs/ROOT_STORAGE_DAEMONS.md
parent0a5a8f13b421fb5d4ce0984d8ace8d676252a044 (diff)
downloadsystemd-744c49e1fef0873320e63bd31839f6ced12ae758.tar.gz
docs: update link and more dots
Apparently unicode ellipsis is too much for github.
Diffstat (limited to 'docs/ROOT_STORAGE_DAEMONS.md')
-rw-r--r--docs/ROOT_STORAGE_DAEMONS.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ROOT_STORAGE_DAEMONS.md b/docs/ROOT_STORAGE_DAEMONS.md
index 451034dc76..ff4c771818 100644
--- a/docs/ROOT_STORAGE_DAEMONS.md
+++ b/docs/ROOT_STORAGE_DAEMONS.md
@@ -90,9 +90,9 @@ kernel threads are excluded too. Thus, a daemon which wants to take advantage
of this logic needs to place the following at the top of its main() function:
```c
-…
+...
[0][0] = '@';
-…
+...
```
And that's already it. Note that this functionality is only to be used by
@@ -116,10 +116,10 @@ otherwise doesn't. Something like this:
#include <unistd.h>
int main(int argc, char *argv[]) {
- …
+ ...
if (access("/etc/initrd-release", F_OK) >= 0)
argv[0][0] = '@';
- …
+ ...
}
```
@@ -190,4 +190,4 @@ few additional notes for supporting these setups:
program consult this blog story: [Socket
Activation](http://0pointer.de/blog/projects/socket-activation.html)
-* Consider having a look at the [initrd Interface of systemd](http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface)
+* Consider having a look at the [initrd Interface of systemd](https://systemd.io/INITRD_INTERFACE/).