diff options
author | Stefano Figura <stefano@figura.im> | 2022-08-26 15:34:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 15:34:05 +0200 |
commit | 61d842a183b1ce623c70a571d095846c7b03ab11 (patch) | |
tree | b0a1fb86fb854332ce18fcec3c2d477bcee8a66d /docs/source | |
parent | 03e51a058d35820fe8a9a9050b438f9db021ce11 (diff) | |
download | podman-61d842a183b1ce623c70a571d095846c7b03ab11.tar.gz podman-61d842a183b1ce623c70a571d095846c7b03ab11.tar.bz2 podman-61d842a183b1ce623c70a571d095846c7b03ab11.zip |
Fix template name inconsistency
Signed-off-by: Stefano Figura <stefano@figura.im>
Diffstat (limited to 'docs/source')
-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 fc2ce171e..88dff2a45 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 |