From 8a07df0e525f65a9d40b0bd073eb0b88ba4f8c94 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 4 May 2021 22:32:36 +0200 Subject: [PATCH] podman-peerjs fix --- podman-peerjs/70_disable.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/podman-peerjs/70_disable.sh b/podman-peerjs/70_disable.sh index dc4d440..0268cd9 100755 --- a/podman-peerjs/70_disable.sh +++ b/podman-peerjs/70_disable.sh @@ -7,14 +7,6 @@ source ${ABSDIR}/vars.sh ensure_pwd_is_scriptdir ensure_not_root -if ! podman container exists ${container_name}; then - echo container ${container_name} must exist in order to add it to systemd - exit 1 -fi - -ensure_systemd_as_user_dir_exists -podman generate systemd --name ${container_name} > ~/.config/systemd/user/${service_name} - podman stop ${container_name} systemctl --user disable ${service_name} systemctl --user stop ${service_name}