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>
22 lines
627 B
Desktop File
22 lines
627 B
Desktop File
[Unit]
|
|
Description=NFS Server
|
|
Requires=proc-fs-nfsd.mount
|
|
After=network.target rpcbind.service proc-fs-nfsd.mount
|
|
|
|
[Service]
|
|
Type=forking
|
|
StandardError=syslog+console
|
|
EnvironmentFile=-/etc/sysconfig/nfs
|
|
ExecStartPre=/usr/lib/nfs-utils/scripts/nfs-server.preconfig
|
|
ExecStartPre=-/usr/sbin/rpc.rquotad $RPCRQUOTADOPTS
|
|
ExecStartPre=/usr/sbin/exportfs -r
|
|
ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS ${RPCNFSDCOUNT}
|
|
ExecStartPost=/usr/sbin/rpc.mountd $RPCMOUNTDOPTS
|
|
ExecStartPost=-/usr/lib/nfs-utils/scripts/nfs-server.postconfig
|
|
ExecStop=/usr/sbin/rpc.nfsd 0
|
|
ExecStopPost=/usr/sbin/exportfs -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|