update README
This commit is contained in:
parent
e43e3a063c
commit
6665aadb5b
1 changed files with 14 additions and 4 deletions
18
README.md
18
README.md
|
@ -6,12 +6,10 @@ All directories are created, if not existent.
|
||||||
|
|
||||||
It also contains a systemd-unit for users systemd-process, which will start on login and ends, when user logs out.
|
It also contains a systemd-unit for users systemd-process, which will start on login and ends, when user logs out.
|
||||||
|
|
||||||
Run setup.sh, to install it for one user.
|
|
||||||
|
|
||||||
Run setup-system.sh to install it for all users
|
|
||||||
|
|
||||||
## System Requriements
|
## System Requriements
|
||||||
|
|
||||||
|
python3 is requried and also this packages:
|
||||||
|
|
||||||
### Debian based systems
|
### Debian based systems
|
||||||
```
|
```
|
||||||
sudo apt install python3-fuse python3-fusepy
|
sudo apt install python3-fuse python3-fusepy
|
||||||
|
@ -21,3 +19,15 @@ Run setup-system.sh to install it for all users
|
||||||
```
|
```
|
||||||
sudo dnf install python3-fusepy
|
sudo dnf install python3-fusepy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Run setup.sh, to install it for all user.
|
||||||
|
And then reload users systemd
|
||||||
|
```
|
||||||
|
systemctl --user daemon-reload
|
||||||
|
systemctl --user restart workdirfs.service
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue