diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:50:27 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:12:41 +0200 |
commit | 9312d458b4254b48e331d1ae40cb2f6d0fec9bd0 (patch) | |
tree | 66edea6c15fe5bc31d19e42ace91193cd9ac32f9 /contrib/systemd/user/podman.socket | |
parent | b7b8fce82693ae0f9ebb0561cd3e6c118ad35fe9 (diff) | |
download | podman-9312d458b4254b48e331d1ae40cb2f6d0fec9bd0.tar.gz podman-9312d458b4254b48e331d1ae40cb2f6d0fec9bd0.tar.bz2 podman-9312d458b4254b48e331d1ae40cb2f6d0fec9bd0.zip |
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 <rothberg@redhat.com>
Diffstat (limited to 'contrib/systemd/user/podman.socket')
-rw-r--r-- | contrib/systemd/user/podman.socket | 10 |
1 files changed, 0 insertions, 10 deletions
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 |