Skip to content

Instantly share code, notes, and snippets.

@mgdelacroix
Last active February 2, 2018 04:55
Show Gist options
  • Save mgdelacroix/85c75d44ccb6219c1b0e694faef6e2ba to your computer and use it in GitHub Desktop.
Save mgdelacroix/85c75d44ccb6219c1b0e694faef6e2ba to your computer and use it in GitHub Desktop.
noip2 systemd service file
[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