From 21665cbfa6936775d224feab089f647f8e7785cd Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 20 Jul 2020 10:58:29 +0200 Subject: 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 --- contrib/systemd/system/podman.service | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/systemd/system/podman.service') 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] -- cgit v1.2.3-54-g00ecf