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