gnudip.service 232 B

123456789101112
  1. [Unit]
  2. Description=GnuDIP2 Dynamic DNS client
  3. [Service]
  4. Type=oneshot
  5. RemainAfterExit=yes
  6. RestartSec=6h
  7. ExecStart=/bin/sh -c '~/.local/bin/gdipc -q "curl -s http://whatismyip.akamai.com/ && echo"'
  8. [Install]
  9. WantedBy=default.target