Skip to content

Commit a5aa970

Browse files
Merge pull request #21025 from lstolcman/contrib-systemd-readme-fix
[CI:DOCS] Fix path to example files in contrib/systemd/README.md
2 parents 07834ab + e51bab3 commit a5aa970

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

contrib/systemd/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
Assuming the status messages show no errors, the libpod service is ready to respond to the APIv2 on the unix domain socket `/run/podman/podman.sock`
1212

1313
### podman.service
14-
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman.service) for a sample podman.service file.
14+
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman.service.in) for a sample podman.service file.
15+
16+
Note: replace `@@PODMAN@@` with path to podman binary, such as `/usr/bin/podman`
17+
1518
### podman.socket
1619
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman.socket) for a sample podman.socket file.
1720

@@ -24,9 +27,3 @@ You can refer to [this example](https://github.com/containers/podman/blob/main/c
2427
1. `systemctl --user status podman.socket podman.service`
2528

2629
Assuming the status messages show no errors, the libpod service is ready to respond to the APIv2 on the unix domain socket `/run/user/$(id -u)/podman/podman.sock`
27-
28-
### podman.service
29-
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/user/podman.service) for a rootless podman.service file.
30-
31-
### podman.socket
32-
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/user/podman.socket) for a rootless podman.socket file.

0 commit comments

Comments
 (0)