From 5ed2d25d358266329db7336565d84159f1de1ddd Mon Sep 17 00:00:00 2001
From: Hannes Braun <hannes.braun@slub-dresden.de>
Date: Tue, 18 Jun 2024 11:42:00 +0200
Subject: [PATCH] Change README.md to properly inform for new systemd timer
 unit automation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e063327..245b37a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Place simple backup script and configuration file on host.
 
 ## Description
 
-An ansible role to place a simple backup script (using rsync) and a configuration file on a host. There is no automation included. See https://git.slub-dresden.de/slub-referat-2.5/ansible/role-systemd-timer for that.
+An ansible role to place a simple backup script (using rsync) and a configuration file on a host. Also installs a systemd timer unit that runs the backup every night at 00:02:00. To edit/overrite that unit see https://git.slub-dresden.de/slub-referat-2.5/ansible/role-systemd-timer.
 
 ## Installation
 
-- 
GitLab