Skip to content

Instantly share code, notes, and snippets.

@mariodian
Created December 27, 2016 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariodian/8db20006b1465cae3266154603a799e6 to your computer and use it in GitHub Desktop.
Save mariodian/8db20006b1465cae3266154603a799e6 to your computer and use it in GitHub Desktop.
[Unit]
Description=NoIP update client
After=network.target
[Service]
Type=forking
User=pi
Group=pi
ExecStart=/usr/local/bin/noip2
ExecStop=killall noip2
Restart=on-failure
TimeoutSec=60
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment