serve
serve copied to clipboard
Keep running serve when terminal window closed
trafficstars
Hi,
How can I keep serve running when the terminal window closes. should I use a systemd script as a service? If so, what would the path to serve be?
Thanks! Steve
If you are trying to run as a "service" then do use the systemd scripts and use absolute path to the folder. Call the service from within the terminal.
You can use some utility like screen for linux based systems.
https://linuxize.com/post/how-to-use-linux-screen/