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
268 B

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