Created
December 26, 2020 19:29
-
-
Save bootjp/6ca8d8df0ec21372ada73d991cda709f to your computer and use it in GitHub Desktop.
ubuntu network timeout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir -p /etc/systemd/system/networking.service.d/ | |
sudo bash -c 'echo -e "[Service]\nTimeoutStartSec=20sec" > /etc/systemd/system/networking.service.d/timeout.conf' | |
sudo systemctl daemon-reload | |
# https://askubuntu.com/questions/862176/how-to-fix-a-start-job-is-running-for-the-raise-network-in-ubuntu-server-16/961733#961733 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment