Files
gotenberg/internal/pkg/pm2/doc.go
Julien Neuhart 194670c3bf 5.0.0 (#66)
2019-04-14 17:07:45 +02:00

13 lines
325 B
Go

/*
Package pm2 facilitates starting external
processes on which our API depends.
For instance, it may start Google 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