documentation enhancement

This commit is contained in:
Solene Rapenne 2022-03-14 18:34:18 +01:00
parent 5ea3cb0053
commit 4ff4d7cf50
1 changed files with 7 additions and 13 deletions

View File

@ -33,25 +33,19 @@ to the filesystem as symbolic links from the persistent directory.
# home-impermanence rc service # home-impermanence rc service
## Restart ## restart
The restart parameter to the service will unmount the device and The restart parameter to the service will unmount the device and
recreate it, allowing a fresh restart. recreate it, allowing a fresh restart.
## Reload ## start
The reload parameter to the service will check the configuration
file and will create missing links or overwrite files from the
temporary filesystem with a symlink to the persistent storage if
any.
This should be used when you add a file or directory to your
configuration and you want to update your current living system.
## Start
Creates and populates the home filesystem. Creates and populates the home filesystem.
## Stop ## stop
Umount the home filesystem. Umount the home filesystem.
## status
Tells if the mount is currently done.