From 2405f73f2c57c7d100743204cbc770447d8f36fa Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 6 Jun 2021 15:24:51 +0200 Subject: [PATCH] podman-jitsi : fix status check for systemd service --- podman-jitsi/00_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/00_status.sh b/podman-jitsi/00_status.sh index 2948cf1..7160c32 100755 --- a/podman-jitsi/00_status.sh +++ b/podman-jitsi/00_status.sh @@ -16,4 +16,4 @@ echo "Checking pod status..." podman pod ps | grep ${pod_name} || echo Pod ${pod_name} not found. echo echo "Checking systemd unit status..." -systemctl --user status ${pod_name} +systemctl --user status ${service_name}