Add correct files definitions in README

This commit is contained in:
Alexandre CATTEAU 2022-03-16 16:34:16 +01:00
parent 92817e8d97
commit f46c60ac84

View File

@ -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