Last active
July 2, 2017 21:50
-
-
Save daveol/2f9668425129c0573b6c75f573de542f 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=Check online | |
After=network.target | |
Before=network-online.target | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/fping %i | |
[Install] | |
WantedBy=network-online.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment