From d0e825b329d7950b0b30ff99106e8ae42a99f2a8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 13 Mar 2022 11:55:33 +0100 Subject: [PATCH] Complete README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51341b..dbd6fc7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Version 2 implementation works roughly as follows: * if changes are detected, it runs install script (if present). ### Files -* `conf-sync.sh` +* `conf-sync.sh` is the main script, which updates the files. +* `variables.conf.templates` contains examples variables definitions, and should be copied locally to `variables.conf` + (with any required modifications). +* `systemd-templates/` contains Systemd units templates for running the script unattended. #### Installation -* `install.sh` +* `install.sh` script copies Systemd templates to their destination, and enables conf-sync timer.