Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created June 25, 2019 15:16
Show Gist options
  • Save leodutra/6bede1f4b86c8625c3df884b8bb18d27 to your computer and use it in GitHub Desktop.
Save leodutra/6bede1f4b86c8625c3df884b8bb18d27 to your computer and use it in GitHub Desktop.
No-IP 2 restart on boot Ubuntu 18.04
[Unit]
Description=noip2 service
[Service]
Type=forking
ExecStart=/usr/local/bin/noip2
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment