mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 13:05:11 +02:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
modprobe -q loop || exit 1
|
|
exec chpst -o 1048576 -p 1048576 dockerd $OPTS 2>&1
|