Current Directory:
/etc/systemd/system/remote-fs.target.wants
Upload
Create File
File Name
Size
Actions
nfs-client.target
413 bytes
Edit
|
Delete
|
Rename
|
Download
[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=rpc-statd-notify.service # GSS services dependencies and ordering Wants=auth-rpcgss-module.service After=rpc-gssd.service gssproxy.service [Install] WantedBy=multi-user.target WantedBy=remote-fs.target
Save Changes