-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pm2


> Process manager for Node.js.

> Used for log management, monitoring and configuring processes.

More information.


Start a process with a name that can be used for later operations:

pm2 start {app.js} --name {myapp}

List processes:

pm2 list

Monitor all processes:

pm2 monit

Stop a process:

pm2 stop {myapp}

Restart a process:

pm2 restart {myapp}

Dump all processes for resurrecting them later:

pm2 save

Resurrect previously dumped processes:

pm2 resurrect


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:52:09 2024