We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pm2 startup systemd --wait-ip
--wait-ip override the systemd service template to start pm2 once machine get full internet connectivity.
[Unit] Description=PM2 process manager Documentation=https://pm2.keymetrics.io/ After=network.target network-online.target Wants=network-online.target [Service] Type=forking User=%USER% LimitNOFILE=infinity LimitNPROC=infinity LimitCORE=infinity Environment=PATH=%NODE_PATH%:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin Environment=PM2_HOME=%HOME_PATH% PIDFile=%HOME_PATH%/pm2.pid ExecStart=%PM2_PATH% resurrect ExecReload=%PM2_PATH% reload all ExecStop=%PM2_PATH% kill [Install] WantedBy=multi-user.target network-online.target
The text was updated successfully, but these errors were encountered:
#3347 --wait-ip option to override systemd script for waiting full in…
28f11b9
…ternet connectivity
Fixed.
Changelog: 2.9.0 CHANGELOG Introduced in version: 2.9.0
Update procedure:
npm install pm2 -g pm2 update
Sorry, something went wrong.
Unitech#3347 --wait-ip option to override systemd script for waiting …
d2cb74e
…full internet connectivity
No branches or pull requests
pm2 startup systemd --wait-ip
--wait-ip override the systemd service template to start pm2 once machine get full internet connectivity.
The text was updated successfully, but these errors were encountered: