@phenomlab Awesome, thanks!
NodeBB with NSSM on windows
-
I decided to use NSSM to run nodebb as a service. I recently just checked my windows logs and noticed that Nodebb was Pausing and then running every few seconds.. does anyone know if this is normal behavior when running a node app with NSSM? Do you think its better to just set a startup shortcut?
Thanks,
-
Never encountered this sort of behaviour from NodeBB before. Does it work fine when you don't run NodeBB via NSSM?
-
Yeh it works fine starting it from the batch file.. I think il just create a startup script that checks that mongodb has started and if so then start nodebb with nodebb start command.