Le 14/06/2012 10:06, Colin Guthrie a écrit :
Right, we have this in remote-fs-pre.target :
After=nfs-common.service
Yup, this was added to systemd as nfs-server package did not have native
units. The correct thing is to ensure all the daemons are setup prior to
remote-fs-pre.target.
So the "correct" solution here is to put:
Before=remote-fs-pre.target
In the relevant nfs server units to ensure that NFS mount points are
properly mounted at boot.
I fixed systemd package in SVN, I'm waiting to add corresponding change
in nfs-utils package to submit it.
--
BOFH excuse #191:
Just type 'mv * /dev/null'.