Run as daemon w/o systemd #2216
|
I would like to be able to launch code-server with a command like |
Replies: 8 comments 1 reply
|
You can do I'd recommend using |
|
+1 |
|
will anyone work on this? |
|
We currently don't have plans to implement this (although we might in
the future since this is an idea we've thought about in the past) but
PRs are welcome!
|
|
yea, i don't know typescript :( |
|
@reesericci could you clarify why |
|
I'm using it in a docker container with other services, I don't use docker-compose. |
|
If you start it with a shell, you can do |
You can do
code-server & && disownto run it in the background from a shell and keep it running after the shell exits.I'd recommend using
tmuxor the like anyway so that you can easily restart and record output.