From 9dd633789a4b724b2f77336173d626f11f0407a3 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Sun, 22 Feb 2015 13:46:47 +0000 Subject: [PATCH] Adds install section --- unit-files/git-puller.timer | 3 +++ unit-files/ocsp.timer | 3 +++ 2 files changed, 6 insertions(+) diff --git a/unit-files/git-puller.timer b/unit-files/git-puller.timer index a6baa58..2e84087 100644 --- a/unit-files/git-puller.timer +++ b/unit-files/git-puller.timer @@ -4,3 +4,6 @@ Description=Git pull every 5 minutes [Timer] OnUnitActiveSec=5min +[Install] +WantedBy=multi-user.target + diff --git a/unit-files/ocsp.timer b/unit-files/ocsp.timer index 891b45f..187f8b9 100644 --- a/unit-files/ocsp.timer +++ b/unit-files/ocsp.timer @@ -4,3 +4,6 @@ Description=Daily timer for OCSP stapling [Timer] OnUnitActiveSec=1day +[Install] +WantedBy=multi-user.target + -- GitLab