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.

13 lines
260 B

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