From 23bbc0361859c70e31f5d23f11077ea92f43d75a Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
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