diff options
Diffstat (limited to 'os/etc/s6-rc/src/containerd-fdholder/run')
| -rw-r--r-- | os/etc/s6-rc/src/containerd-fdholder/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/etc/s6-rc/src/containerd-fdholder/run b/os/etc/s6-rc/src/containerd-fdholder/run new file mode 100644 index 0000000..ffec068 --- /dev/null +++ b/os/etc/s6-rc/src/containerd-fdholder/run @@ -0,0 +1,8 @@ +#!/bin/execlineb -P + +envfile /etc/s6-rc/config/containerd.conf +importas -iu containerd_socket containerd_socket + +runas + +s6-fdholder-daemon -x data/rules ${containerd_socket} |