From f46c60ac84659a9cc6c240b7224141325dc74d9e Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Wed, 16 Mar 2022 16:34:16 +0100 Subject: [PATCH] Add correct files definitions in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a4eef8..dc0008c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ One defines their mounts in `mounts.conf`, giving for each: The install script then generates a Systemd mount file for each mount, with the required bindings. ### Files -* `variables.conf.template` 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. +* `template.mount` is a template for Systemd mount units. +* `close-vault.conf.template` is a Systemd drop-in template, for auto-locking. #### Installation -* `install.sh` script copies Systemd templates to their destination, and enables conf-sync timer. +* `mounts.conf.template` contains a mount definition example, and should be copied locally to `mounts.conf` + (with your own mounts definitions). +* `install.sh` script copies Systemd templates to their destination, depending on your definitions in `mounts.conf`. ### TODO