burrito-elixir / burrito

Wrap your application in a BEAM Burrito!
MIT License
924 stars 34 forks source link

Starting burrito in daemon mode? #103

Open Trevoke opened 1 year ago

Trevoke commented 1 year ago

This is a fairly promising project, and seems quite nice to deploy, well, just about any kind of side project, which makes me WAY more likely to... Have them.. :D

It would be quite fantastic to be able to choose at least that much - start the app in foreground or in daemon mode.

doawoo commented 11 months ago

This probably will just have to do with changing the way we start up the Erlang VM -- I do like the idea! I'll label this issue properly :)

rupurt commented 10 months ago

@Trevoke I do this by not calling System.halt/1

doawoo commented 10 months ago

A built in way to detach the process would be nice, so I'll leave this open for now