c1f844827f
so startup errors will be logged. - Changed exportfs to only log errors on existing /etc/export.d directory, which eliminates a needless syslog entry. - Automount /proc/fs/nfsd for rpc.nfsd Signed-off-by: Steve Dickson <steved@redhat.com>
9 lines
115 B
SYSTEMD
9 lines
115 B
SYSTEMD
[Unit]
|
|
Description=RPC Pipe File System
|
|
DefaultDependencies=no
|
|
|
|
[Mount]
|
|
What=sunrpc
|
|
Where=/proc/fs/nfsd
|
|
Type=nfsd
|