From c5b53a1c50384ed3516b5ccf556624844d86936d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 16 Sep 2018 02:05:19 -0600 Subject: [PATCH] Created systemd timer --- cfddns.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cfddns.timer diff --git a/cfddns.timer b/cfddns.timer new file mode 100644 index 0000000..bf62d4d --- /dev/null +++ b/cfddns.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run CloudFlare DNS update service on timer + +[Timer] +OnBootSec=5min +OnUnitActiveSec=15min + +[Install] +WantedBy=timers.target