From 48cb5f048e29aadb1eed319117e529c05c850533 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 20 Jul 2020 10:50:27 +0200 Subject: systemd: symlink user->system Symlink the user to the system services in `contrib/systemd`. There is no diference between the services, so we can reduce redundancy while not breaking downstream packages which might already be referencing `./contrib/systemd/user`. Signed-off-by: Valentin Rothberg --- contrib/systemd/user/podman.socket | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 contrib/systemd/user/podman.socket (limited to 'contrib/systemd/user/podman.socket') diff --git a/contrib/systemd/user/podman.socket b/contrib/systemd/user/podman.socket deleted file mode 100644 index 8b22e31e4..000000000 --- a/contrib/systemd/user/podman.socket +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Podman API Socket -Documentation=man:podman-api(1) - -[Socket] -ListenStream=%t/podman/podman.sock -SocketMode=0660 - -[Install] -WantedBy=sockets.target -- cgit v1.2.3-54-g00ecf