CONTROL_GROUP_INTERFACE: fix link to systemd-run code

This commit is contained in:
Arian van Putten 2024-09-16 23:35:13 +02:00 committed by Yu Watanabe
parent 9671efff78
commit 6695ff4c15

View File

@ -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.