Skip to content

Commit

Permalink
Merge pull request #21025 from lstolcman/contrib-systemd-readme-fix
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix path to example files in contrib/systemd/README.md
  • Loading branch information
openshift-merge-bot[bot] authored Dec 17, 2023
2 parents 07834ab + e51bab3 commit a5aa970
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions contrib/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
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`

### podman.service
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman.service) for a sample podman.service file.
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.

Note: replace `@@PODMAN@@` with path to podman binary, such as `/usr/bin/podman`

### podman.socket
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman.socket) for a sample podman.socket file.

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

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`

### podman.service
You can refer to [this example](https://github.com/containers/podman/blob/main/contrib/systemd/user/podman.service) for a rootless podman.service file.

### podman.socket
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 comments on commit a5aa970

Please sign in to comment.