diff options
author | Stefano Figura <stefano@figura.im> | 2022-08-26 15:34:05 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-09-06 14:47:40 -0400 |
commit | e3e8397dbc2422301fc4d3bb2738306291a466ec (patch) | |
tree | b0cd798d768963d4cb9527a6fad87cd2c8bbe8c1 /docs/source/markdown | |
parent | fc5cd0e2406302972c029946eae047609d9a53e1 (diff) | |
download | podman-e3e8397dbc2422301fc4d3bb2738306291a466ec.tar.gz podman-e3e8397dbc2422301fc4d3bb2738306291a466ec.tar.bz2 podman-e3e8397dbc2422301fc4d3bb2738306291a466ec.zip |
Fix template name inconsistency
Signed-off-by: Stefano Figura <stefano@figura.im>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-generate-systemd.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md index 48388fc2f..04d5b8ef2 100644 --- a/docs/source/markdown/podman-generate-systemd.1.md +++ b/docs/source/markdown/podman-generate-systemd.1.md @@ -26,7 +26,7 @@ therefore the overridden default value._ A Kubernetes YAML can be executed in systemd via the `podman-kube@.service` 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 |