From c6fb533ca6e9cbf00f9d9d1feba0bb7331484f88 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 30 Jun 2022 15:32:03 +0200 Subject: podman-play-kube template: rename to podman-kube With the upcoming plans of introducing a podman-kube command with various subcommands, rename the podman-play-kube systemd template to podman-kube before releasing it. Signed-off-by: Valentin Rothberg --- contrib/systemd/system/podman-play-kube@.service.in | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 contrib/systemd/system/podman-play-kube@.service.in (limited to 'contrib/systemd/system/podman-play-kube@.service.in') diff --git a/contrib/systemd/system/podman-play-kube@.service.in b/contrib/systemd/system/podman-play-kube@.service.in deleted file mode 100644 index 824f71eb0..000000000 --- a/contrib/systemd/system/podman-play-kube@.service.in +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=A template for running K8s workloads via podman-play-kube -Documentation=man:podman-play-kube(1) -Wants=network-online.target -After=network-online.target -RequiresMountsFor=%t/containers - -[Service] -Environment=PODMAN_SYSTEMD_UNIT=%n -Restart=never -TimeoutStopSec=70 -ExecStart=@@PODMAN@@ play kube --replace --service-container=true %I -ExecStop=@@PODMAN@@ play kube --down %I -Type=notify -NotifyAccess=all - -[Install] -WantedBy=default.target -- cgit v1.2.3-54-g00ecf