mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
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.
4 lines
41 B
Bash
Executable File
4 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
|
|
deluser --quiet pm2 || true
|