I have an ubuntu server with a nuxt.js app (Vue.js).
On deploy I build the app and I have a daemon which runs and which I kill at the end of the deployment (so it restarts basically).
My question is: How many processes should I have for the daemon and what is their purpose?