diff options
Diffstat (limited to 'contrib/systemd/system/podman.socket')
-rw-r--r-- | contrib/systemd/system/podman.socket | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/systemd/system/podman.socket b/contrib/systemd/system/podman.socket new file mode 100644 index 000000000..8b22e31e4 --- /dev/null +++ b/contrib/systemd/system/podman.socket @@ -0,0 +1,10 @@ +[Unit] +Description=Podman API Socket +Documentation=man:podman-api(1) + +[Socket] +ListenStream=%t/podman/podman.sock +SocketMode=0660 + +[Install] +WantedBy=sockets.target |