Update Installation instructions - add xcache log dir authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
......@@ -74,8 +74,8 @@ Create directories for bind mounts and make them owned by xrootd where nescessar
Note: Assuming the data directories are under `/srv/xache` and are as configured in `/etc/xrootd/xcache.cfg`
```bash
mkdir -p /var/spool/xrootd /var/run/xrootd /srv/xcache/namespace /srv/xcache/xrdcinfos
chown -R xrootd:xrootd /var/spool/xrootd /var/run/xrootd /srv/xcache
mkdir -p /var/spool/xrootd /var/run/xrootd /srv/xcache/namespace /srv/xcache/xrdcinfos /var/log/xcache
chown -R xrootd:xrootd /var/spool/xrootd /var/run/xrootd /srv/xcache /var/log/xcache
# if not existing
mkdir -p /etc/grid-security
......
......