From 8531bd3ffb00945db589226632ca7925adaf22f3 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Wed, 16 Mar 2022 17:38:36 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc0008c..116ab15 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ The install script then generates a Systemd mount file for each mount, with the * `template.mount` is a template for Systemd mount units. * `close-vault.conf.template` is a Systemd drop-in template, for auto-locking. #### Installation -* `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`. +* `mounts.conf.template` contains a mount definition example, and should be copied locally in `mounts.conf.d` + as `.conf`, for each of your mounts. +* `install.sh` script copies Systemd templates to their destination, depending on your definitions in `mounts.conf.d`. ### TODO +* Nothing