para sempre começar a não funcionar

0

Estou usando o seguinte comando:
/usr/local/bin/forever start /var/www/html/test.js | tee /tmp/forever-start.log Mas isso não funciona. Não imprime saída no arquivo de log.
Em test.js Eu tenho este código: console.log('Server running...');

    
por Pathik Vejani 16.03.2016 / 10:50

1 resposta

0

O literal do executável é denominado forever start ?

Em caso afirmativo, substitua forever start por forever\ start .

    
por UniversallyUniqueID 16.03.2016 / 11:52