diff options
| -rw-r--r-- | motionService.adef | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/motionService.adef b/motionService.adef index f76663d..05cc761 100644 --- a/motionService.adef +++ b/motionService.adef @@ -17,6 +17,11 @@ processes:    {       ( motionService )    } +  envVars: +  { +    // This is required so that the bundled libraries are visible to the non-sandboxed app +    LD_LIBRARY_PATH = /legato/systems/current/apps/motionService/read-only/usr/lib +  }    faultAction: restartApp  } | 
