Complete README

This commit is contained in:
Alexandre CATTEAU 2022-03-13 11:55:33 +01:00
parent 410d179a07
commit d0e825b329

View File

@ -11,6 +11,9 @@ Version 2 implementation works roughly as follows:
* if changes are detected, it runs install script (if present). * if changes are detected, it runs install script (if present).
### Files ### 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 #### Installation
* `install.sh` * `install.sh` script copies Systemd templates to their destination, and enables conf-sync timer.