From a6c4e00e9ad81ab2a48f64386c507e3bd7509eff Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 17 Oct 2024 13:57:32 +0200 Subject: [PATCH] contrib/systemd: switch user symlink for file symlinks The reason being that I plan to add a unit that should only be used for the user session and otherwise there is no way to only keep a unit in user. Signed-off-by: Paul Holzinger --- contrib/systemd/user | 1 - contrib/systemd/user/podman-auto-update.service.in | 1 + contrib/systemd/user/podman-auto-update.timer | 1 + contrib/systemd/user/podman-clean-transient.service.in | 1 + contrib/systemd/user/podman-kube@.service.in | 1 + contrib/systemd/user/podman-restart.service.in | 1 + contrib/systemd/user/podman.service.in | 1 + contrib/systemd/user/podman.socket | 1 + 8 files changed, 7 insertions(+), 1 deletion(-) delete mode 120000 contrib/systemd/user create mode 120000 contrib/systemd/user/podman-auto-update.service.in create mode 120000 contrib/systemd/user/podman-auto-update.timer create mode 120000 contrib/systemd/user/podman-clean-transient.service.in create mode 120000 contrib/systemd/user/podman-kube@.service.in create mode 120000 contrib/systemd/user/podman-restart.service.in create mode 120000 contrib/systemd/user/podman.service.in create mode 120000 contrib/systemd/user/podman.socket diff --git a/contrib/systemd/user b/contrib/systemd/user deleted file mode 120000 index 3f3d9896bf..0000000000 --- a/contrib/systemd/user +++ /dev/null @@ -1 +0,0 @@ -./system/ \ No newline at end of file diff --git a/contrib/systemd/user/podman-auto-update.service.in b/contrib/systemd/user/podman-auto-update.service.in new file mode 120000 index 0000000000..3b0f2542c1 --- /dev/null +++ b/contrib/systemd/user/podman-auto-update.service.in @@ -0,0 +1 @@ +../system/podman-auto-update.service.in \ No newline at end of file diff --git a/contrib/systemd/user/podman-auto-update.timer b/contrib/systemd/user/podman-auto-update.timer new file mode 120000 index 0000000000..7ca2ed211d --- /dev/null +++ b/contrib/systemd/user/podman-auto-update.timer @@ -0,0 +1 @@ +../system/podman-auto-update.timer \ No newline at end of file diff --git a/contrib/systemd/user/podman-clean-transient.service.in b/contrib/systemd/user/podman-clean-transient.service.in new file mode 120000 index 0000000000..6c89f3ec12 --- /dev/null +++ b/contrib/systemd/user/podman-clean-transient.service.in @@ -0,0 +1 @@ +../system/podman-clean-transient.service.in \ No newline at end of file diff --git a/contrib/systemd/user/podman-kube@.service.in b/contrib/systemd/user/podman-kube@.service.in new file mode 120000 index 0000000000..0382eab620 --- /dev/null +++ b/contrib/systemd/user/podman-kube@.service.in @@ -0,0 +1 @@ +../system/podman-kube@.service.in \ No newline at end of file diff --git a/contrib/systemd/user/podman-restart.service.in b/contrib/systemd/user/podman-restart.service.in new file mode 120000 index 0000000000..b4b3c0e9ac --- /dev/null +++ b/contrib/systemd/user/podman-restart.service.in @@ -0,0 +1 @@ +../system/podman-restart.service.in \ No newline at end of file diff --git a/contrib/systemd/user/podman.service.in b/contrib/systemd/user/podman.service.in new file mode 120000 index 0000000000..0ccbeeaec7 --- /dev/null +++ b/contrib/systemd/user/podman.service.in @@ -0,0 +1 @@ +../system/podman.service.in \ No newline at end of file diff --git a/contrib/systemd/user/podman.socket b/contrib/systemd/user/podman.socket new file mode 120000 index 0000000000..64fdbf019f --- /dev/null +++ b/contrib/systemd/user/podman.socket @@ -0,0 +1 @@ +../system/podman.socket \ No newline at end of file