O literal do executável é denominado forever start
?
Em caso afirmativo, substitua forever start
por forever\ start
.
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...');
O literal do executável é denominado forever start
?
Em caso afirmativo, substitua forever start
por forever\ start
.