Skip to content
New issue

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

Fix --wait-ip option doesn't work #4285

Merged
merged 1 commit into from Oct 11, 2019
Merged

Conversation

tkmsst
Copy link
Contributor

@tkmsst tkmsst commented May 16, 2019

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #3347
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

The below line is not necessary.

Wants=network-online.target

pm2 still launches even though it does not meet "network-online.target".

@CLAassistant
Copy link

CLAassistant commented May 16, 2019

CLA assistant check
All committers have signed the CLA.

@tkmsst
Copy link
Contributor Author

tkmsst commented May 16, 2019

Nothing to do for Travis CI.

@tkmsst
Copy link
Contributor Author

tkmsst commented Jun 9, 2019

Debian Stretch does not use "systemd-networkd".
Accordingly, the following command needs to be executed.

sudo systemctl enable systemd-networkd
sudo systemctl enable systemd-networkd-wait-online

@Unitech Unitech merged commit 4b6c12c into Unitech:development Oct 11, 2019
@Unitech
Copy link
Owner

Unitech commented Oct 15, 2019

Available in PM2 4.1.0

npm install pm2@latest -g
pm2 update

inerc pushed a commit to inerc/pm2 that referenced this pull request Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants