From 7d5817dfcd5f93e56f770353059ba845314f9646 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Thu, 8 Dec 2022 18:42:54 -0800 Subject: add systemd service and timer --- systemd/linode-ddns@.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/linode-ddns@.timer (limited to 'systemd/linode-ddns@.timer') diff --git a/systemd/linode-ddns@.timer b/systemd/linode-ddns@.timer new file mode 100644 index 0000000..d87ed06 --- /dev/null +++ b/systemd/linode-ddns@.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Regular updates of Linode DDNS + +[Timer] +OnBootSec=2m +OnUnitActiveSec=30m + +[Install] +WantedBy=timers.target -- cgit v1.2.3-70-g09d2