From fd932c5f0d98707dbd80b7991ecf7da3149548b5 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 20 Jul 2022 21:38:46 -0400 Subject: [PATCH] [+] Systemd timer --- whois-monitor.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 whois-monitor.timer diff --git a/whois-monitor.timer b/whois-monitor.timer new file mode 100644 index 0000000..89d17ea --- /dev/null +++ b/whois-monitor.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Checks whois expiration timer +Requires=whois-monitor.service + +[Timer] +Unit=whois-monitor.service +OnCalendar=*-*-* 10:00:00 + +[Install] +WantedBy=timers.target