O Vagrant não está executando o rc.local

1

Como posso ter certeza de que, quando eu executar vagrant up , ele execute /etc/rc.local para definir o PATHS? O arquivo rc.local está sendo criado assim:

 #!/bin/sh -e
export CONDA_DIR=/opt/conda
export PATH=$CONDA_DIR/bin:$PATH
export SPARK_HOME=/usr/local/spark
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser --notebook-dir='/home/vagrant' &
exit 0

Também não está definindo SPARK_HOME

Ele é executado quando eu o executo manualmente, mas fica preso em jupyter notebook e não em EXITING.

    
por Volatil3 09.06.2017 / 08:13

0 respostas