From d7af204e874d7eda25b53bc83082920dad33581e Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Tue, 29 Mar 2022 19:51:52 +0200 Subject: [PATCH] Change in timer to 5 minutes after boot --- systemd-templates/dns-update.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-templates/dns-update.timer b/systemd-templates/dns-update.timer index d8eb1f2..4813cea 100644 --- a/systemd-templates/dns-update.timer +++ b/systemd-templates/dns-update.timer @@ -2,7 +2,7 @@ Description=Run DNS update every 30 minutes [Timer] -OnBootSec=1min +OnBootSec=5min OnUnitActiveSec=30min [Install]