Skip to content

Commit

Permalink
Merge pull request #15496 from returntrip/patch-2
Browse files Browse the repository at this point in the history
[CI:DOCS] - Fix: template name inconsistency
  • Loading branch information
openshift-merge-robot authored Aug 26, 2022
2 parents 8096b18 + 61d842a commit ff96bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-generate-systemd.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ therefore the overridden default value._
A Kubernetes YAML can be executed in systemd via the `[email protected]` systemd template. The template's argument is the path to the YAML file. Given a `workload.yaml` file in the home directory, it can be executed as follows:

```
$ escaped=$(systemd-escape ~/sysadmin.yaml)
$ escaped=$(systemd-escape ~/workload.yaml)
$ systemctl --user start podman-kube@$escaped.service
$ systemctl --user is-active podman-kube@$escaped.service
active
Expand Down

0 comments on commit ff96bc4

Please sign in to comment.