diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:58:29 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 09:03:41 +0200 |
commit | a7ffdf954fa1d28b7650237f91ca3b6c75f1b58d (patch) | |
tree | 0372c8f29de6d5a093d432077611044ee3af83c5 | |
parent | 1123738868b66ab2fd3d6ede556a62e8e168af4d (diff) | |
download | podman-a7ffdf954fa1d28b7650237f91ca3b6c75f1b58d.tar.gz podman-a7ffdf954fa1d28b7650237f91ca3b6c75f1b58d.tar.bz2 podman-a7ffdf954fa1d28b7650237f91ca3b6c75f1b58d.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>
-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] |