Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/pm2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ commander.version(pkg.version)
.option('-u --user <username>', 'define user when generating startup script')
.option('--uid <uid>', 'run target script with <uid> rights')
.option('--gid <gid>', 'run target script with <gid> rights')
.option('--cwd <path>', 'run target script as <username>')
.option('--cwd <path>', 'run target script with current working directory set to <path>')
.option('--hp <home path>', 'define home path when generating startup script')
.option('--wait-ip', 'override systemd script to wait for full internet connectivity to launch pm2')
.option('--service-name <name>', 'define service name when generating startup script')
Expand Down