diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-09-02 00:04:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 00:04:25 -0400 |
commit | ec7119052342e4371b52d3d52d4fe6698b84f5a7 (patch) | |
tree | 217e3c7274e832dfd9ad61c393e769bd7f7efbcf /README.md | |
parent | e82fc02e5a654877a821be3a21e61e099de501ed (diff) | |
download | multihome-ec7119052342e4371b52d3d52d4fe6698b84f5a7.tar.gz |
Add .circleci/config.yml (#1)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # multihome +[](https://circleci.com/gh/jhunkeler/multihome) + NFS mounted home directories are common when operating in a clustered environment and so are the problems that come along with it. Multihome manages your `HOME` environment variable on a per-host basis. When you log into a system, Multihome creates a new home directory using the system's default account skeleton, changes your `HOME` to point to it, then initializes your shell session from there. This allows you, as the user, to maintain unique home directories on any system within the cluster; complete with their own individualized settings. ## Usage |