My /etc/auto.master is looking like this:
/usr/groups yp:auto.groups --timeout=3600
/home yp:auto.home --timeout=3600
/nistest yp:auto.misc --timeout=3600
/misc yp:auto.misc --timeout=3600
I want to enable caching for at least one of these (/home). How?
Note: I am aware about the solution for /etc/fstab (cachefilesd) from http://askubuntu.com/a/4578/1004 , but the syntax used by auto.master seems different.