21 Commits (c40355b81605f7930f72cf3c44c6cafdee539e68)

Author SHA1 Message Date
barisusakli 298f14ad27 removed cluster from app.js 11 years ago
Julian Lam 58a73b52b5 work-in-progress commit to get cluster module working with loader.js 11 years ago
Julian Lam 9ea081deb3 sending 'bind' message to child proc instead of SIGCONT signal, which is not understood by Windows installs 11 years ago
Julian Lam 2bfa7d5b97 closed #2012 11 years ago
Julian Lam 5f68b8f657 passing in all environment variables when forking, #1714 11 years ago
Julian Lam ac9bd0859f fixed #1477 11 years ago
Julian Lam a32fd3f6f9 fixed #1222 11 years ago
Julian Lam a796940064 closed #1421 use --no-daemon flag to... not daemonize. Also, install script can be canceled without throwing errors. 11 years ago
Julian Lam 5b38c3b9ee fixed #1395 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
Julian Lam 74ff579412 added startTimer so that repeated errors on startup don't cause the loader to go into an infinite loop 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
Julian Lam 0a35195fc7 an attempt at addressing loader madness... #1364 11 years ago
Julian Lam 28832a2540 fixing bug where sometimes a pidfile was left over, and nodebb would refuse to start a daemon again. 11 years ago
Julian Lam 20b5d577dd ability to restart nodebb via executable 11 years ago
Julian Lam 5b301772bb added daemon capability to ./nodebb start, npm start/stop scripts 11 years ago
Julian Lam 7b46d66e68 having the loader play nicely with supervisor -- ./nodebb watch can now hit the restart button 11 years ago
Julian Lam 2baa381917 plugins and themes now trigger a restart 11 years ago
Julian Lam b64e5870b7 loader now handles arguments and ./nodebb watch command updated to not use loader. 11 years ago
Julian Lam d6a1fad527 removing timeout before restarting nodebb, fixing nodebb executable 11 years ago
Julian Lam 64c4dd7e63 communication between loader and child 11 years ago