Skip to content

Instantly share code, notes, and snippets.

@bootjp
Created December 26, 2020 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootjp/6ca8d8df0ec21372ada73d991cda709f to your computer and use it in GitHub Desktop.
Save bootjp/6ca8d8df0ec21372ada73d991cda709f to your computer and use it in GitHub Desktop.
ubuntu network timeout
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