diff options
Diffstat (limited to 'init.d/root.in')
-rw-r--r-- | init.d/root.in | 2 |
1 files changed, 1 insertions, 1 deletions
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() |