mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00

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>
15 lines
259 B
Desktop File
15 lines
259 B
Desktop File
[Unit]
|
|
Description=Podman API Service
|
|
Requires=podman.socket
|
|
After=podman.socket
|
|
Documentation=man:podman-api(1)
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/podman system service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=podman.socket
|