Advertisement
LanceCaraccioli

Upstart Script Template for noip2 (no-ip.com)

Nov 22nd, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #/etc/init/noip2.conf
  2. description "Startup noip2 to provide dynamic dns updates"
  3.  
  4. start on filesystem
  5.  
  6. script
  7.     /usr/local/bin/noip2 && {
  8.             #success
  9.     } || {
  10.             #failure        
  11.         }
  12. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement