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

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