diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:50:27 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 09:03:29 +0200 |
commit | 48cb5f048e29aadb1eed319117e529c05c850533 (patch) | |
tree | 324d4dc438fc32b3827cb6403b9d70126c2bdbea /contrib/systemd/user/podman.socket | |
parent | a5a5ad184ef8e890bfd083052005e6d862c62729 (diff) | |
download | podman-48cb5f048e29aadb1eed319117e529c05c850533.tar.gz podman-48cb5f048e29aadb1eed319117e529c05c850533.tar.bz2 podman-48cb5f048e29aadb1eed319117e529c05c850533.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 |