-
It run on an Ubuntu server 20.04.3. When i run Glances -w it start up perfectly and i can reach it from another computer. How do I need to run the webserver to run in background? |
Beta Was this translation helpful? Give feedback.
Answered by
nicolargo
Nov 3, 2021
Replies: 1 comment 1 reply
-
You need to run the process in background: https://www.tecmint.com/run-linux-command-process-in-background-detach-process/ Example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nicolargo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to run the process in background:
https://www.tecmint.com/run-linux-command-process-in-background-detach-process/
Example: