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

  1. # Should be placed to /usr/lib/systemd/user/
  2. [Unit]
  3. Description=WAN IPv4 checker & email sender for dynamic IPv4 server environments
  4. After=network-online.target
  5. [Service]
  6. ExecStart=/usr/bin/bash /home/%i/wanchecker.sh
  7. # Emailing fails if this is enabled
  8. #NoNewPrivileges=true
  9. [Install]
  10. WantedBy=default.target