mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Rootless Docker daemon exposes its API socket on `$XDG_RUNTIME_DIR/docker.sock`. On tmpfiles.d, `%t` is same as `$XDG_RUNTIME_DIR` in `--user` mode, and `/run` otherwise. We can reuse the same config file for both mode with this change. Signed-off-by: SeongChan Lee <foriequal@gmail.com>
2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
L+ %t/docker.sock - - - - %t/podman/podman.sock
|