Reworked how the nfsd service requires the rpcbind service (bz 768550)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
3a0f5263fe
commit
b076d24c60
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=NFS file locking service.
|
||||
After=syslog.target network.target rpcbind.service
|
||||
Requires=rpcbind.service network.target
|
||||
After=network.target named.service rpcbind.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=NFS Server
|
||||
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
|
||||
Requires=proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount rpcbind.service
|
||||
After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount
|
||||
|
||||
[Service]
|
||||
|
@ -279,6 +279,7 @@ fi
|
||||
%changelog
|
||||
* Mon Jan 16 2012 Steve Dickson <steved@redhat.com> 1.2.5-11
|
||||
- Update to upstream RC release: nfs-utils-1.2.6-rc6
|
||||
- Reworked how the nfsd service requires the rpcbind service (bz 768550)
|
||||
|
||||
* Mon Jan 9 2012 Steve Dickson <steved@redhat.com> 1.2.5-10
|
||||
- Added back the SUID bits on mount commands (bz 772396)
|
||||
|
Loading…
Reference in New Issue
Block a user