How many processes should my daemon have?

72 Views Asked by At

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?

Screenshot from Laravel forge daemon

0

There are 0 best solutions below