Skip to content
Snippets Groups Projects
Commit a5c3314a authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"chmod o+rw /var/run/mount"

parent 8c8d0cdd
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,6 @@ pip3 install ordered_set ...@@ -51,7 +51,6 @@ pip3 install ordered_set
# after every editing of requirements.in # after every editing of requirements.in
pip-compile pip-compile
pip-sync
chown -R nobody.nogroup /usr/local/share/vl-gitfs chown -R nobody.nogroup /usr/local/share/vl-gitfs
``` ```
...@@ -77,7 +76,9 @@ deactivate ...@@ -77,7 +76,9 @@ deactivate
## Automatic mounting ## Automatic mounting
``` ```
chmod o+rw /var/run/mount
cd /usr/local/share/vl-gitfs cd /usr/local/share/vl-gitfs
systemctl daemon-reload systemctl daemon-reload
systemctl link $PWD/vl-gitfs.service systemctl link $PWD/vl-gitfs.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment