Created
October 14, 2013 20:44
-
-
Save tchollingsworth/6981884 to your computer and use it in GitHub Desktop.
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
[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