@eeeee said in restarting nodebb on boot:
can I just run nodebb under nodemon for auto restarts?
It’s a better method. Nodemon just looks for file system changes and would effectively die if the server was rebooted meaning you’d have to start it again anyway. Systemd is the defacto standard which is how the operating system interacts in terms of services, scheduled tasks etc.