1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# NFS client mount oneshot — invokes the upstream nfs-client method # script that mounts NFS filesystems listed in /etc/vfstab and brings # up automounter integrations. Most useful when the four NFS client # daemons (cbd, mapid, statd, lockd) are also enabled. # Replaces /lib/svc/manifest/network/nfs/client.xml. [service] name = "nfs-client" description = "NFS client (mount NFS filesystems from vfstab)" type = "oneshot" [exec] start = "/lib/svc/method/nfs-client start" stop = "/lib/svc/method/nfs-client stop" [dependencies] requires = ["network", "nfs-mapid", "nfs-statd", "nfs-lockd"] [restart] on = "never"