From f7b75fd4c1dca2f7bbe1d216c9b86266e68c90fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Sat, 18 Sep 2021 21:00:01 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9placement=20des=20fichiers=20g=C3=A9n?= =?UTF-8?q?=C3=A9r=C3=A9s=20au=20lieu=20de=20les=20copier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podman-jitsi/20_enable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/20_enable.sh b/podman-jitsi/20_enable.sh index 5e6d22b..e64292c 100755 --- a/podman-jitsi/20_enable.sh +++ b/podman-jitsi/20_enable.sh @@ -13,7 +13,7 @@ ensure_systemd_as_user_dir_exists # pod must be running and not managed by systemd podman generate systemd --files --name ${pod_name} -cp *.service ~/.config/systemd/user/ +mv *.service ~/.config/systemd/user/ podman pod stop ${pod_name} systemctl --user enable ${service_name}