We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68f46d commit 002cc11Copy full SHA for 002cc11
README.md
@@ -324,3 +324,10 @@ that domain to the server or VM's IP address.
324
command: `$ sudo apt install xkb-data x11-xkb-utils x11-xserver-utils`
325
326
1. Run the command: `$ ./main.ts`
327
+
328
329
+## Daemonizing the server
330
331
+The easiest way to start a server process that survives the end of your login session is to either
332
+run `nohup ./main.ts` or invoke `./main.ts` from within a terminal multiplexer such as `screen` or
333
+`tmux`.
0 commit comments