mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
13 lines
315 B
Go
13 lines
315 B
Go
/*
|
|
Package pm2 facilitates starting external
|
|
processes on which our API depends.
|
|
|
|
For instance, it starts Chrome headless and
|
|
unoconv listener with PM2.
|
|
|
|
The PM2 process manager launch those processes and keep
|
|
them running in the background. If for some reason they
|
|
crash, it will also restart them.
|
|
*/
|
|
package pm2
|