Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0
Solution

I used supervisor to run the brainsocket server. Here's a tutorial on how to setup supervisor.

https://www.digitalocean.com/community/tutorials/how-to-instal...

Last updated 1 year ago.
0

With a simply, but not professional method: Use gnu-screen (screen) and run command inside a screen close it, and close terminal. :)

  • screen -S my_screen_name (create)
  • start command
  • press ctrl+a+d to close current screen
  • screen -r my_screen_name (to open a closed screen)

Alos, user screen -ls to list your current screens

And yes, supervisor is more better then this, screen not restart your command if it fails.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

forddyce forddyce Joined 2 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.