Replies: 1 comment
-
If you install code-server as a systemd service you can use `systemctl
start code-server`.
If you didn't install it as a systemd service then currently the only
way would be to spawn it in the background like this:
```
code-server & && disown
```
Related: #2216
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find a command running in the background.
Beta Was this translation helpful? Give feedback.
All reactions