containerd/containerd.socket
Aleksa Sarai 4c920e636d * Use socket activation with the containerd-daemon. This requires a
not-yet-upstream patchset which has been condensed into the patch file
  + daemon-implement-socket-activation.patch
* Update to containerd 0.1.0. This required quite a few fixes.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=7
2016-04-01 12:49:25 +00:00

13 lines
215 B
SYSTEMD

[Unit]
Description=GRPC Socket for Containerd API
PartOf=containerd.service
[Socket]
ListenStream=/run/containerd/containerd.sock
SocketMode=0660
SocketUser=root
SocketGroup=root
[Install]
WantedBy=sockets.target