summaryrefslogtreecommitdiffstats
path: root/systemd/nfs-client.target
blob: 9b792a363e14c88ecaf8e45b7a3deadb97b3acac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=NFS client services
Before=remote-fs-pre.target
Wants=remote-fs-pre.target

# Note: we don't "Wants=rpc-statd.service" as "mount.nfs" will arrange to
# start that on demand if needed.
Wants=nfs-blkmap.service rpc-statd-notify.service
After=nfs-blkmap.service

# GSS services dependencies and ordering
Wants=auth-rpcgss-module.service
After=rpc-gssd.service rpc-svcgssd.service gssproxy.service

[Install]
WantedBy=multi-user.target
WantedBy=remote-fs.target