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}