Skip to content

Commit

Permalink
Fix template name inconsistency
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Figura <[email protected]>
  • Loading branch information
returntrip authored Aug 26, 2022
1 parent 03e51a0 commit 61d842a
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 61d842a

Please sign in to comment.