WAN IPv4 checker & email notifier for computers behind dynamic IP/DHCP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
266 B

  1. # Should be placed to /usr/lib/systemd/user/
  2. # https://wiki.archlinux.org/index.php/Systemd/Timers
  3. [Unit]
  4. Description=Run WAN IP checker in fixed intervals and on boot
  5. [Timer]
  6. OnBootSec=2min
  7. OnUnitActiveSec=20min
  8. Persistent=true
  9. [Install]
  10. WantedBy=timers.target