summaryrefslogtreecommitdiffstats
path: root/systemd/proc-fs-nfsd.mount
Commit message (Collapse)AuthorAgeFilesLines
* systemd: tidy up DefaultDependenciesNeilBrown2014-03-241-1/+0
| | | | | | | | | | | | | | | DefaultDependencies should be "yes" (the default) for things needed only be the NFS server, as that is a service that doesn't need to start early. DefaultDependencies should be "no" for things needed to mount an NFS filesystem, and filesystems are mounted before basic.target. To ensure these services are shut down in a timely fashion, they must Conflict with systemd.umount so they are shutdown when everything is unmounted. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com>
* Added systemd/proc-fs-nfsd.mountNeilBrown2014-03-241-0/+8
Signed-off-by: Steve Dickson <steved@redhat.com>