déplacement des fichiers générés au lieu de les copier
This commit is contained in:
parent
892ae0fa66
commit
f7b75fd4c1
|
@ -13,7 +13,7 @@ ensure_systemd_as_user_dir_exists
|
||||||
|
|
||||||
# pod must be running and not managed by systemd
|
# pod must be running and not managed by systemd
|
||||||
podman generate systemd --files --name ${pod_name}
|
podman generate systemd --files --name ${pod_name}
|
||||||
cp *.service ~/.config/systemd/user/
|
mv *.service ~/.config/systemd/user/
|
||||||
|
|
||||||
podman pod stop ${pod_name}
|
podman pod stop ${pod_name}
|
||||||
systemctl --user enable ${service_name}
|
systemctl --user enable ${service_name}
|
||||||
|
|
Loading…
Reference in a new issue