From 64b3a1031d34136243e37268b3bf1715c4fd3990 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 8 Sep 2021 17:57:50 -0400 Subject: [PATCH] move units to systemd directory --- cake.service => systemd/system/cake.service | 0 .../system/certbot-ocsp-fetcher.service | 0 .../system/certbot-ocsp-fetcher.timer | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cake.service => systemd/system/cake.service (100%) rename certbot-ocsp-fetcher.service => systemd/system/certbot-ocsp-fetcher.service (100%) rename certbot-ocsp-fetcher.timer => systemd/system/certbot-ocsp-fetcher.timer (100%) diff --git a/cake.service b/systemd/system/cake.service similarity index 100% rename from cake.service rename to systemd/system/cake.service diff --git a/certbot-ocsp-fetcher.service b/systemd/system/certbot-ocsp-fetcher.service similarity index 100% rename from certbot-ocsp-fetcher.service rename to systemd/system/certbot-ocsp-fetcher.service diff --git a/certbot-ocsp-fetcher.timer b/systemd/system/certbot-ocsp-fetcher.timer similarity index 100% rename from certbot-ocsp-fetcher.timer rename to systemd/system/certbot-ocsp-fetcher.timer