diff options
Diffstat (limited to 'update-ddns.timer')
-rw-r--r-- | update-ddns.timer | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/update-ddns.timer b/update-ddns.timer new file mode 100644 index 0000000..6e4fada --- /dev/null +++ b/update-ddns.timer @@ -0,0 +1,10 @@ +[Unit] +Description=update ddns entries about every 10 minutes + +[Timer] +AccuracySec=1us +RandomizedDelaySec=10min +OnCalendar=*-*-* *:00/10:00 + +[Install] +WantedBy=timers.target |