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 ...@@ -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` Note: Assuming the data directories are under `/srv/xache` and are as configured in `/etc/xrootd/xcache.cfg`
```bash ```bash
mkdir -p /var/spool/xrootd /var/run/xrootd /srv/xcache/namespace /srv/xcache/xrdcinfos 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 chown -R xrootd:xrootd /var/spool/xrootd /var/run/xrootd /srv/xcache /var/log/xcache
# if not existing # if not existing
mkdir -p /etc/grid-security mkdir -p /etc/grid-security
... ...
......