From da28a3d367b6078deda6bc205806b43b971e67a9 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 31 Jul 2016 13:01:17 -0500 Subject: init.d: initial service adjustments for docker support Add -docker keyword to the same scripts that have -lxc keyword. --- init.d/root.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/root.in') diff --git a/init.d/root.in b/init.d/root.in index 409a63c4..ec22699d 100644 --- a/init.d/root.in +++ b/init.d/root.in @@ -14,7 +14,7 @@ description="Mount the root fs read/write" depend() { need fsck - keyword -jail -openvz -prefix -systemd-nspawn -vserver -lxc + keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver } start() -- cgit v1.2.3