Skip to content

Commit e2b54cd

Browse files
authored
Clarify automount usage.
1 parent 652c5de commit e2b54cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ligo/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ This repository is meant for those building .deb packages.
1212
RHEL (or similar) users should follow OSG's default documentation:
1313
> https://twiki.grid.iu.edu/bin/view/Documentation/Release3/InstallCvmfs
1414
15+
## Enabling CVMFS automount config on boot
16+
17+
To enable the CVMFS automount point on boot, run:
18+
19+
```
20+
systemctl enable cvmfs-config\\x2dosg.opensciencegrid.org.automount
21+
systemctl enable cvmfs-ligo.osgstorage.org.automount
22+
systemctl enable cvmfs-oasis.opensciencegrid.org.mount
23+
```
24+
25+
This does *not* cause CVMFS to be mounted on boot. It enables the automount point, meaning
26+
that CVMFS will be mounted on first access attempt.

0 commit comments

Comments
 (0)