From 2e0da6923c1c703507c8f4c5a827166577ce930e Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Sun, 29 Mar 2015 15:45:12 +0100 Subject: [PATCH] Fixes #69 --- unit-files/git-puller.timer | 1 + unit-files/ocsp.timer | 1 + 2 files changed, 2 insertions(+) diff --git a/unit-files/git-puller.timer b/unit-files/git-puller.timer index 2e84087..1cc2b86 100644 --- a/unit-files/git-puller.timer +++ b/unit-files/git-puller.timer @@ -2,6 +2,7 @@ Description=Git pull every 5 minutes [Timer] +OnBootSec=5min OnUnitActiveSec=5min [Install] diff --git a/unit-files/ocsp.timer b/unit-files/ocsp.timer index 187f8b9..712fa47 100644 --- a/unit-files/ocsp.timer +++ b/unit-files/ocsp.timer @@ -2,6 +2,7 @@ Description=Daily timer for OCSP stapling [Timer] +OnBootSec=15min OnUnitActiveSec=1day [Install] -- GitLab