podman-jitsi : fix status check for systemd service

This commit is contained in:
Gitouche 2021-06-06 15:24:51 +02:00
parent 6931546a81
commit 2405f73f2c
1 changed files with 1 additions and 1 deletions

View File

@ -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}