diff options
author | Arian van Putten <arian.vanputten@gmail.com> | 2024-09-16 23:35:13 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-17 08:09:48 +0200 |
commit | 6695ff4c1545f43994a7f1a032163cd0223702d9 (patch) | |
tree | 927024b102cfd537cfb76335c9ebd4586fd4e17e /docs | |
parent | NEWS: fix typo (diff) | |
download | systemd-6695ff4c1545f43994a7f1a032163cd0223702d9.tar.xz systemd-6695ff4c1545f43994a7f1a032163cd0223702d9.zip |
CONTROL_GROUP_INTERFACE: fix link to systemd-run code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTROL_GROUP_INTERFACE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTROL_GROUP_INTERFACE.md b/docs/CONTROL_GROUP_INTERFACE.md index 5298fa42c8..fa1e4bf865 100644 --- a/docs/CONTROL_GROUP_INTERFACE.md +++ b/docs/CONTROL_GROUP_INTERFACE.md @@ -247,4 +247,4 @@ Note that scope units created by `machined`'s `CreateMachine()` call have this f ### Example -Please see the [systemd-run sources](http://cgit.freedesktop.org/systemd/systemd/plain/src/run/run.c) for a relatively simple example how to create scope or service units transiently and pass properties to them. +Please see the [systemd-run sources](https://github.com/systemd/systemd/blob/main/src/run/run.c) for a relatively simple example how to create scope or service units transiently and pass properties to them. |