diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:58:29 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:40:46 +0200 |
commit | 21665cbfa6936775d224feab089f647f8e7785cd (patch) | |
tree | c914ad6249ceb2c67ab502fb2d03feadbd0617f2 /contrib/systemd/system | |
parent | 2b6dd3fb4384eca6d8270f67688ce5fc9f967dd4 (diff) | |
download | podman-21665cbfa6936775d224feab089f647f8e7785cd.tar.gz podman-21665cbfa6936775d224feab089f647f8e7785cd.tar.bz2 podman-21665cbfa6936775d224feab089f647f8e7785cd.zip |
podman.service: use default registries.conf
Do not hard-set the registries.conf to `/etc/containers/registries.conf`.
Podman (and other c/image users) already default to it. However,
ordinary non-root users should still be able to use the configs in their
home directories which is now possible.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/systemd/system')
-rw-r--r-- | contrib/systemd/system/podman.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index d466f8841..c89f967e2 100644 --- a/contrib/systemd/system/podman.service +++ b/contrib/systemd/system/podman.service @@ -7,7 +7,6 @@ StartLimitIntervalSec=0 [Service] Type=oneshot -Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf ExecStart=/usr/bin/podman system service [Install] |