Created
February 5, 2018 16:48
-
-
Save fmoledina/83cc5f1a69a2d6a6416fbf62cd7720e3 to your computer and use it in GitHub Desktop.
systemd timer for getpubip.service
This file contains hidden or 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=getpubip.sh: get public ip address from ipinfo.io | |
[Timer] | |
OnCalendar=hourly | |
[Install] | |
WantedBy=timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment