Skip to content

Instantly share code, notes, and snippets.

@tchollingsworth
Created October 14, 2013 20:44
Show Gist options
  • Save tchollingsworth/6981884 to your computer and use it in GitHub Desktop.
Save tchollingsworth/6981884 to your computer and use it in GitHub Desktop.
[Unit]
Description=Really wait for the damn network
Requisite=NetworkManager.service
After=NetworkManager.service
Wants=network.target
Before=network.target network-online.targe
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'until ifconfig p5p1 | grep '192.\168'; do continue; done'
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment