Drop unnecessary use of start-stop-daemon with containerd.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-04-05 16:39:14 +01:00
parent 8270bdfe33
commit 2b54e18f9f
9 changed files with 9 additions and 9 deletions

View File

@@ -6,4 +6,4 @@ ulimit -p unlimited
printf "\nStarting containerd\n"
mkdir -p /var/log
exec /sbin/start-stop-daemon --start --exec /usr/bin/containerd
exec /usr/bin/containerd