We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652c5de commit e2b54cdCopy full SHA for e2b54cd
ligo/README.md
@@ -12,3 +12,15 @@ This repository is meant for those building .deb packages.
12
RHEL (or similar) users should follow OSG's default documentation:
13
> https://twiki.grid.iu.edu/bin/view/Documentation/Release3/InstallCvmfs
14
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