pm2/packager/debian/control
Paul Rohja Lesellier 2ec62d9b54 improve building of rpm and deb packages.
add systemd configuration.
set pm2's home to /etc/pm2.
create user/group on installation.
add automatic setup script for debian-like and rhel-like distro.
2018-01-02 15:05:31 +01:00

13 lines
497 B
Plaintext

Package: pm2
Version: __VERSION__
Depends: nodejs (>= 6.12.2)
Conflicts: nodejs (<< 0.12.0)
Section: devel
Priority: optional
Architecture: all
Installed-Size: __INSTALLED_SIZE__
Maintainer: Alexandre Strzelewicz <alexandre@keymetrics.io>
Homepage: http://pm2.io/
Description: PM2 - Process Manager for Node.js.
PM2 is a Process Manager mainly for Node.js that allows to automatically increase performance and stability while enhancing the process management experience for developer and DevOps.