13 lines
298 B
Desktop File
13 lines
298 B
Desktop File
[Unit]
|
|
Description=Create a symlink for the podman.sock to be used as docker.sock
|
|
Documentation=man:podman-start(1)
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=LOGGING="--log-level=info"
|
|
ExecStart=ln -s /run/podman/podman.sock /run/docker.sock
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|