Last active
February 2, 2018 04:55
-
-
Save mgdelacroix/85c75d44ccb6219c1b0e694faef6e2ba to your computer and use it in GitHub Desktop.
noip2 systemd service file
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=No-IP Dynamic DNS Update Client | |
After=network.target | |
[Service] | |
Type=forking | |
Restart=always | |
ExecStart=/usr/local/bin/noip2 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment