Comment 11 for bug 1312976

Revision history for this message
Martin Pitt (pitti) wrote :

First test package available in https://launchpad.net/~pitti/+archive/ubuntu/systemd
I added the current upstream units as a big patch, and then added separate patches for our changes, so that it's easier to see what we changed; these also become easier to upstream that way.

TODO:
 - debian/nfs-common.gssd.upstart does some elaborate NEED_GSSD detection. The systemd unit just does ConditionPathExists=/etc/krb5.keytab which looks simpler; but I don't know enough about krb to say whether it's equivalent/sufficient, or whether we need the complicated parsing? Steve?

 - $NEED_STATD isn't taken into account. At the moment, rpc.statd is started unconditionally.

 - unmounting the NFS mounts hangs on shutdown