From 40d3de18d24aa63eacf455c10a3383fe9f30c6cb Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 30 Sep 2024 23:18:27 +0300 Subject: [PATCH] docs: update `rpm-ostreed.service` reference Signed-off-by: Emmanuel Ferdman --- docs/architecture-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture-daemon.md b/docs/architecture-daemon.md index f0884ba925..380f4477f0 100644 --- a/docs/architecture-daemon.md +++ b/docs/architecture-daemon.md @@ -40,7 +40,7 @@ The D-Bus API is defined in The rpm-ostree daemon runs as a systemd service which owns the `org.projectatomic.rpmostree1` name on the system D-Bus (see -[`src/daemon/rpm-ostreed.service.in`](https://github.com/coreos/rpm-ostree/blob/main/src/daemon/rpm-ostreed.service.in)). +[`src/daemon/rpm-ostreed.service`](https://github.com/coreos/rpm-ostree/blob/main/src/daemon/rpm-ostreed.service)). When a client wants to talk to the daemon, the D-Bus daemon starts up the systemd service if it's not already running (see